Color Hex Logo

#c09ccf Color Hex

#C09CCF
(192,156,207)
0 Favorites   0 Comments

Color spaces of #c09ccf

RGB 192156207
HSL0.780.350.71
HSV282°25°81°
CMYK 0.070.250.00   0.19
XYZ44.889239.488464.2876
Yxy39.48840.30190.2656
Hunter Lab62.839817.5407-16.6682
CIE-Lab69.103622.5520-21.0544

#c09ccf color RGB value is (192,156,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011100 11001111
Octal 300 234 317
Decimal 192 156 207
Hex C0 9C CF

RGB Percentages of Color #c09ccf

%34.59
%28.11
%37.30

CMYK Percentages of Color #c09ccf

%7
%25
%0
%19

Triadic Colors of #c09ccf

#c09ccf #cfc09c #9ccfc0

Analogous Colors of #c09ccf

#c09ccf #cf9cc5 #a79ccf

Monochromatic Colors of #c09ccf

#c09ccf

Complementary Color

#c09ccf #abcf9c

#c09ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09ccf Color CSS Codes

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

#c09ccf Text Font Color

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

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


#c09ccf Background Color

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

This div background color is #c09ccf


#c09ccf Border Color

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

This div border color is #c09ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09ccf


Comments

No comments written yet.

Please login to write comment.