Color Hex Logo

#c08bbd Color Hex

#C08BBD
(192,139,189)
0 Favorites   0 Comments

Color spaces of #c08bbd

RGB 192139189
HSL0.840.300.65
HSV303°28°75°
CMYK 0.000.280.02   0.25
XYZ40.156233.345852.4640
Yxy33.34580.31880.2647
Hunter Lab57.745823.0730-13.4449
CIE-Lab64.439928.4576-18.1048

#c08bbd color RGB value is (192,139,189).

#c08bbd hex color red value is 192, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c08bbd hue: 0.84 , saturation: 0.30 and the lightness value of c08bbd is 0.65.

The process color (four color CMYK) of #c08bbd color hex is 0.00, 0.28, 0.02, 0.25. Web safe color of #c08bbd is #cc99cc. Color #c08bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001011 10111101
Octal 300 213 275
Decimal 192 139 189
Hex C0 8B BD

RGB Percentages of Color #c08bbd

%36.92
%26.73
%36.35

CMYK Percentages of Color #c08bbd

%0
%28
%2
%25

Triadic Colors of #c08bbd

#c08bbd #bdc08b #8bbdc0

Analogous Colors of #c08bbd

#c08bbd #c08ba3 #a98bc0

Monochromatic Colors of #c08bbd

#c08bbd

Complementary Color

#c08bbd #8bc08e

#c08bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08bbd Color CSS Codes

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

#c08bbd Text Font Color

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

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


#c08bbd Background Color

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

This div background color is #c08bbd


#c08bbd Border Color

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

This div border color is #c08bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08bbd


Comments

No comments written yet.

Please login to write comment.