COLOR #C088F9

HEX: #C088F9
RGB: (192,136,249)

Color info

#C088F9 contains mainly red and blue colors. Web safe color of #C088F9 is #CC99FF (or #C9F).

RGB color model

#C088F9 color RGB value is (192,136,249).

  • red value is 192;
  • green value is 136;
  • blue value is 249.
RGB:
(192,136,249)
(75%,53%,98%)

RGB channels and saturation

R 192 of 255 = 75%
G 136 of 255 = 53%
B 249 of 255 = 98%

192
136
249

R + G + B ~ 75%. #C088F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 136 + 249 = 577 (100%)
R 192 of 577 ~ 33.28%
G 136 of 577 ~ 23.57%
B 249 of 577 ~ 43.15%

%33.28
%23.57
%43.15

CMYK color model

#C088F9 color CMYK value is (23,45,0,2).

  • cyan value is 22.89%
  • magenta value is 45.38%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(23,45,0,2)
C23M45Y0K2 
(23%,45%,0%,2%)
(0.23/0.45/0.00/0.02)	

CMYK percentages

%22.89
%45.38
%0
%2.35

Codes

Color #C088F9 in popluar color models

C088F9
RGB192136249
HSL270°90.40%75.49%
HSB/HSV270°45.38%97.65%
CMYK22.89%45.38%0.00%
2.35%

Color #C088F9 in popluar number systems.

HEXC088F9
Decimal192136249
Binary110000001000100011111001
Octal300210371

Shades and tints

Shades of #C088F9

#C088F9
(192,136,249)
#AF7CE3
(175,124,227)
#9E70CD
(158,112,205)
#8D64B7
(141,100,183)
#7C58A1
(124,88,161)
#6B4C8B
(107,76,139)
#5A4075
(90,64,117)
#49345F
(73,52,95)
#382849
(56,40,73)
#271C33
(39,28,51)
#16101D
(22,16,29)
#000000
(0,0,0)

Tints of #C088F9

#C088F9
(192,136,249)
#C592F9
(197,146,249)
#CA9CF9
(202,156,249)
#CFA6F9
(207,166,249)
#D4B0F9
(212,176,249)
#D9BAF9
(217,186,249)
#DEC4F9
(222,196,249)
#E3CEF9
(227,206,249)
#E8D8F9
(232,216,249)
#EDE2F9
(237,226,249)
#F2ECF9
(242,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C088F9 color. Also use rgb(192,136,249) instead hex code.

Text Font Color

.myTextColor { color: #C088F9; }

<p style="color:#C088F9">This sample text font color is #C088F9.</p>

This text font color is #C088F9.


Background Color

.myBgColor { background-color: #C088F9; }

<div style="background-color:#C088F9">Inner text</div>

This div background color is #C088F9.


Border color

.myBorderColor { border: 1px solid #C088F9; }

<div style="border:3px solid #C088F9">Div</div>

This div border color is #C088F9.


Opacity

.myOpacity80 { color: #C088F9; opacity: 0.8; }

<p style="color:#C088F9;opacity:0.8;">80%</p>

Text with #C088F9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C088F9;}

<p style="text-shadow: 3px 3px 1px #C088F9">Text here.</p>

This text has shadow with #C088F9 color.

.textShadow {text-shadow: 3px 3px 1px #C088F9, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C088F9, 5px 5px 20px red">Text here.</p>

This text has shadow with #C088F9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C088F9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C088F9, Direction=45, Strength=4)">Text</p>

This text has shadow with #C088F9 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C088F9;
  -webkit-box-shadow:	1px 1px 3px 2px #C088F9;
  box-shadow:		1px 1px 3px 2px #C088F9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C088F9;
-webkit-box-shadow: 1px 1px 3px 2px #C088F9;
box-shadow:1px 1px 3px 2px #C088F9;">
Div content here</div>
This div box has shadow with color #C088F9.

Preview

Color preview on black background

This text has color #C088F9 on black background.


Color preview on white background

This text has color #C088F9 on white background.



Black color preview on #C088F9 background

This text has black color on #C088F9 background.


White color preview on #C088F9 background

This text has white color on #C088F9 background.