Color Hex Logo

#c09cde Color Hex

#C09CDE
(192,156,222)
0 Favorites   0 Comments

Color spaces of #c09cde

RGB 192156222
HSL0.760.500.74
HSV273°30°87°
CMYK 0.140.300.00   0.13
XYZ46.811540.257374.4104
Yxy40.25730.28990.2493
Hunter Lab63.448620.6596-25.1192
CIE-Lab69.652425.6670-28.4891

#c09cde color RGB value is (192,156,222).

#c09cde hex color red value is 192, green value is 156 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c09cde hue: 0.76 , saturation: 0.50 and the lightness value of c09cde is 0.74.

The process color (four color CMYK) of #c09cde color hex is 0.14, 0.30, 0.00, 0.13. Web safe color of #c09cde is #cc99cc. Color #c09cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011100 11011110
Octal 300 234 336
Decimal 192 156 222
Hex C0 9C DE

RGB Percentages of Color #c09cde

%33.68
%27.37
%38.95

CMYK Percentages of Color #c09cde

%14
%30
%0
%13

Triadic Colors of #c09cde

#c09cde #dec09c #9cdec0

Analogous Colors of #c09cde

#c09cde #de9cdb #9f9cde

Monochromatic Colors of #c09cde

#c09cde

Complementary Color

#c09cde #bade9c

#c09cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09cde Color CSS Codes

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

#c09cde Text Font Color

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

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


#c09cde Background Color

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

This div background color is #c09cde


#c09cde Border Color

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

This div border color is #c09cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09cde


Comments

No comments written yet.

Please login to write comment.