Color Hex Logo

#c09cce Color Hex

#C09CCE
(192,156,206)
0 Favorites   0 Comments

Color spaces of #c09cce

RGB 192156206
HSL0.790.340.71
HSV283°24°81°
CMYK 0.070.240.00   0.19
XYZ44.767339.439663.6456
Yxy39.43960.30280.2667
Hunter Lab62.801017.3410-16.1268
CIE-Lab69.068522.3504-20.5545

#c09cce color RGB value is (192,156,206).

#c09cce hex color red value is 192, green value is 156 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c09cce hue: 0.79 , saturation: 0.34 and the lightness value of c09cce is 0.71.

The process color (four color CMYK) of #c09cce color hex is 0.07, 0.24, 0.00, 0.19. Web safe color of #c09cce is #cc99cc. Color #c09cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011100 11001110
Octal 300 234 316
Decimal 192 156 206
Hex C0 9C CE

RGB Percentages of Color #c09cce

%34.66
%28.16
%37.18

CMYK Percentages of Color #c09cce

%7
%24
%0
%19

Triadic Colors of #c09cce

#c09cce #cec09c #9ccec0

Analogous Colors of #c09cce

#c09cce #ce9cc3 #a79cce

Monochromatic Colors of #c09cce

#c09cce

Complementary Color

#c09cce #aace9c

#c09cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09cce Color CSS Codes

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

#c09cce Text Font Color

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

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


#c09cce Background Color

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

This div background color is #c09cce


#c09cce Border Color

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

This div border color is #c09cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09cce


Comments

No comments written yet.

Please login to write comment.