Color Hex Logo

#c08cde Color Hex

#C08CDE
(192,140,222)
0 Favorites   0 Comments

Color spaces of #c08cde

RGB 192140222
HSL0.770.550.71
HSV278°37°87°
CMYK 0.140.370.00   0.13
XYZ44.301135.236673.5737
Yxy35.23660.28930.2301
Hunter Lab59.360429.3351-31.9341
CIE-Lab65.932534.5127-34.2400

#c08cde color RGB value is (192,140,222).

#c08cde hex color red value is 192, green value is 140 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c08cde hue: 0.77 , saturation: 0.55 and the lightness value of c08cde is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001100 11011110
Octal 300 214 336
Decimal 192 140 222
Hex C0 8C DE

RGB Percentages of Color #c08cde

%34.66
%25.27
%40.07

CMYK Percentages of Color #c08cde

%14
%37
%0
%13

Triadic Colors of #c08cde

#c08cde #dec08c #8cdec0

Analogous Colors of #c08cde

#c08cde #de8cd3 #978cde

Monochromatic Colors of #c08cde

#c08cde

Complementary Color

#c08cde #aade8c

#c08cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08cde Color CSS Codes

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

#c08cde Text Font Color

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

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


#c08cde Background Color

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

This div background color is #c08cde


#c08cde Border Color

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

This div border color is #c08cde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,140,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 #c08cde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08cde


Comments

No comments written yet.

Please login to write comment.