Color Hex Logo

#c09bcc Color Hex

#C09BCC
(192,155,204)
0 Favorites   0 Comments

Color spaces of #c09bcc

RGB 192155204
HSL0.790.320.70
HSV285°24°80°
CMYK 0.060.240.00   0.20
XYZ44.358739.008862.3182
Yxy39.00880.30450.2678
Hunter Lab62.457017.4758-15.4383
CIE-Lab68.757622.5031-19.9197

#c09bcc color RGB value is (192,155,204).

#c09bcc hex color red value is 192, green value is 155 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c09bcc hue: 0.79 , saturation: 0.32 and the lightness value of c09bcc is 0.70.

The process color (four color CMYK) of #c09bcc color hex is 0.06, 0.24, 0.00, 0.20. Web safe color of #c09bcc is #cc99cc. Color #c09bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011011 11001100
Octal 300 233 314
Decimal 192 155 204
Hex C0 9B CC

RGB Percentages of Color #c09bcc

%34.85
%28.13
%37.02

CMYK Percentages of Color #c09bcc

%6
%24
%0
%20

Triadic Colors of #c09bcc

#c09bcc #ccc09b #9bccc0

Analogous Colors of #c09bcc

#c09bcc #cc9bc0 #a89bcc

Monochromatic Colors of #c09bcc

#c09bcc

Complementary Color

#c09bcc #a7cc9b

#c09bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09bcc Color CSS Codes

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

#c09bcc Text Font Color

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

This sample text font color is #c09bcc
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.


#c09bcc Background Color

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

This div background color is #c09bcc


#c09bcc Border Color

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

This div border color is #c09bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09bcc


Comments

No comments written yet.

Please login to write comment.