Color Hex Logo

#c08bde Color Hex

#C08BDE
(192,139,222)
0 Favorites   0 Comments

Color spaces of #c08bde

RGB 192139222
HSL0.770.560.71
HSV278°37°87°
CMYK 0.140.370.00   0.13
XYZ44.155734.945673.5252
Yxy34.94560.28930.2290
Hunter Lab59.114829.8794-32.3627
CIE-Lab65.706335.0630-34.5914

#c08bde color RGB value is (192,139,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001011 11011110
Octal 300 213 336
Decimal 192 139 222
Hex C0 8B DE

RGB Percentages of Color #c08bde

%34.72
%25.14
%40.14

CMYK Percentages of Color #c08bde

%14
%37
%0
%13

Triadic Colors of #c08bde

#c08bde #dec08b #8bdec0

Analogous Colors of #c08bde

#c08bde #de8bd3 #978bde

Monochromatic Colors of #c08bde

#c08bde

Complementary Color

#c08bde #a9de8b

#c08bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08bde Color CSS Codes

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

#c08bde Text Font Color

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

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


#c08bde Background Color

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

This div background color is #c08bde


#c08bde Border Color

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

This div border color is #c08bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08bde


Comments

No comments written yet.

Please login to write comment.