Color Hex Logo

#c08bdd Color Hex

#C08BDD
(192,139,221)
0 Favorites   0 Comments

Color spaces of #c08bdd

RGB 192139221
HSL0.770.550.71
HSV279°37°87°
CMYK 0.130.370.00   0.13
XYZ44.022034.892272.8213
Yxy34.89220.29010.2300
Hunter Lab59.069629.6564-31.7443
CIE-Lab65.664734.8512-34.1014

#c08bdd color RGB value is (192,139,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001011 11011101
Octal 300 213 335
Decimal 192 139 221
Hex C0 8B DD

RGB Percentages of Color #c08bdd

%34.78
%25.18
%40.04

CMYK Percentages of Color #c08bdd

%13
%37
%0
%13

Triadic Colors of #c08bdd

#c08bdd #ddc08b #8bddc0

Analogous Colors of #c08bdd

#c08bdd #dd8bd1 #978bdd

Monochromatic Colors of #c08bdd

#c08bdd

Complementary Color

#c08bdd #a8dd8b

#c08bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08bdd Color CSS Codes

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

#c08bdd Text Font Color

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

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


#c08bdd Background Color

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

This div background color is #c08bdd


#c08bdd Border Color

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

This div border color is #c08bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08bdd


Comments

No comments written yet.

Please login to write comment.