Color Hex Logo

#c08ddd Color Hex

#C08DDD
(192,141,221)
0 Favorites   0 Comments

Color spaces of #c08ddd

RGB 192141221
HSL0.770.540.71
HSV278°36°87°
CMYK 0.130.360.00   0.13
XYZ44.314235.476772.9187
Yxy35.47670.29020.2323
Hunter Lab59.562328.5694-30.8917
CIE-Lab66.118133.7506-33.3975

#c08ddd color RGB value is (192,141,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001101 11011101
Octal 300 215 335
Decimal 192 141 221
Hex C0 8D DD

RGB Percentages of Color #c08ddd

%34.66
%25.45
%39.89

CMYK Percentages of Color #c08ddd

%13
%36
%0
%13

Triadic Colors of #c08ddd

#c08ddd #ddc08d #8dddc0

Analogous Colors of #c08ddd

#c08ddd #dd8dd2 #988ddd

Monochromatic Colors of #c08ddd

#c08ddd

Complementary Color

#c08ddd #aadd8d

#c08ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08ddd Color CSS Codes

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

#c08ddd Text Font Color

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

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


#c08ddd Background Color

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

This div background color is #c08ddd


#c08ddd Border Color

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

This div border color is #c08ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08ddd

#c08ddd Color Palettes


Comments

No comments written yet.

Please login to write comment.