Color Hex Logo

#d08ced Color Hex

#D08CED
(208,140,237)
0 Favorites   0 Comments

Color spaces of #d08ced

RGB 208140237
HSL0.780.730.74
HSV282°41°93°
CMYK 0.120.410.00   0.07
XYZ50.676638.280584.8387
Yxy38.28050.29160.2203
Hunter Lab61.871237.9285-37.9894
CIE-Lab68.226842.3930-38.8195

#d08ced color RGB value is (208,140,237).

#d08ced hex color red value is 208, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d08ced hue: 0.78 , saturation: 0.73 and the lightness value of d08ced is 0.74.

The process color (four color CMYK) of #d08ced color hex is 0.12, 0.41, 0.00, 0.07. Web safe color of #d08ced is #cc99ff. Color #d08ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001100 11101101
Octal 320 214 355
Decimal 208 140 237
Hex D0 8C ED

RGB Percentages of Color #d08ced

%35.56
%23.93
%40.51

CMYK Percentages of Color #d08ced

%12
%41
%0
%7

Triadic Colors of #d08ced

#d08ced #edd08c #8cedd0

Analogous Colors of #d08ced

#d08ced #ed8cda #a08ced

Monochromatic Colors of #d08ced

#d08ced

Complementary Color

#d08ced #a9ed8c

#d08ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08ced Color CSS Codes

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

#d08ced Text Font Color

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

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


#d08ced Background Color

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

This div background color is #d08ced


#d08ced Border Color

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

This div border color is #d08ced


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,140,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d08ced; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d08ced;
  -webkit-box-shadow: 1px 1px 3px 2px #d08ced;
  box-shadow:         1px 1px 3px 2px #d08ced; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,140,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08ced


Comments

No comments written yet.

Please login to write comment.