Color Hex Logo

#c099ea Color Hex

#C099EA
(192,153,234)
0 Favorites   0 Comments

Color spaces of #c099ea

RGB 192153234
HSL0.750.660.76
HSV269°35°92°
CMYK 0.180.350.00   0.08
XYZ47.980739.929483.0202
Yxy39.92940.28070.2336
Hunter Lab63.189724.9552-33.6639
CIE-Lab69.419229.9326-35.4392

#c099ea color RGB value is (192,153,234).

#c099ea hex color red value is 192, green value is 153 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c099ea hue: 0.75 , saturation: 0.66 and the lightness value of c099ea is 0.76.

The process color (four color CMYK) of #c099ea color hex is 0.18, 0.35, 0.00, 0.08. Web safe color of #c099ea is #cc99ff. Color #c099ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011001 11101010
Octal 300 231 352
Decimal 192 153 234
Hex C0 99 EA

RGB Percentages of Color #c099ea

%33.16
%26.42
%40.41

CMYK Percentages of Color #c099ea

%18
%35
%0
%8

Triadic Colors of #c099ea

#c099ea #eac099 #99eac0

Analogous Colors of #c099ea

#c099ea #e999ea #999bea

Monochromatic Colors of #c099ea

#c099ea

Complementary Color

#c099ea #c3ea99

#c099ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c099ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c099ea Color CSS Codes

.mybgcolor {background-color:#c099ea; } 
.myforecolor {color:#c099ea; }
.mybordercolor {border:3px solid #c099ea; }

#c099ea Text Font Color

<p style="color:#c099ea">Text here</p>

This sample text font color is #c099ea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c099ea Background Color

<div style="background-color:#c099ea">
Div content here</div>

This div background color is #c099ea


#c099ea Border Color

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

This div border color is #c099ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,153,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c099ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c099ea;
  -webkit-box-shadow: 1px 1px 3px 2px #c099ea;
  box-shadow:         1px 1px 3px 2px #c099ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,153,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c099ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c099ea;
  -webkit-box-shadow: 1px 1px 3px 2px #c099ea;
  box-shadow:         1px 1px 3px 2px #c099ea;">
Div content here</div>

This div box has shadow with color #c099ea


Comments

No comments written yet.

Please login to write comment.