Color Hex Logo

#c08dbd Color Hex

#C08DBD
(192,141,189)
0 Favorites   0 Comments

Color spaces of #c08dbd

RGB 192141189
HSL0.840.290.65
HSV304°27°75°
CMYK 0.000.270.02   0.25
XYZ40.448433.930352.5615
Yxy33.93030.31860.2673
Hunter Lab58.249722.0128-12.7254
CIE-Lab64.907227.3513-17.3962

#c08dbd color RGB value is (192,141,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001101 10111101
Octal 300 215 275
Decimal 192 141 189
Hex C0 8D BD

RGB Percentages of Color #c08dbd

%36.78
%27.01
%36.21

CMYK Percentages of Color #c08dbd

%0
%27
%2
%25

Triadic Colors of #c08dbd

#c08dbd #bdc08d #8dbdc0

Analogous Colors of #c08dbd

#c08dbd #c08da4 #aa8dc0

Monochromatic Colors of #c08dbd

#c08dbd

Complementary Color

#c08dbd #8dc090

#c08dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08dbd Color CSS Codes

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

#c08dbd Text Font Color

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

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


#c08dbd Background Color

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

This div background color is #c08dbd


#c08dbd Border Color

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

This div border color is #c08dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08dbd


Comments

No comments written yet.

Please login to write comment.