Color Hex Logo

#d08ebd Color Hex

#D08EBD
(208,142,189)
0 Favorites   0 Comments

Color spaces of #d08ebd

RGB 208142189
HSL0.880.410.69
HSV317°32°82°
CMYK 0.000.320.09   0.18
XYZ44.870736.430052.8109
Yxy36.43000.33460.2716
Hunter Lab60.357327.0749-9.6270
CIE-Lab66.847232.2244-14.2992

#d08ebd color RGB value is (208,142,189).

#d08ebd hex color red value is 208, green value is 142 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d08ebd hue: 0.88 , saturation: 0.41 and the lightness value of d08ebd is 0.69.

The process color (four color CMYK) of #d08ebd color hex is 0.00, 0.32, 0.09, 0.18. Web safe color of #d08ebd is #cc99cc. Color #d08ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001110 10111101
Octal 320 216 275
Decimal 208 142 189
Hex D0 8E BD

RGB Percentages of Color #d08ebd

%38.59
%26.35
%35.06

CMYK Percentages of Color #d08ebd

%0
%32
%9
%18

Triadic Colors of #d08ebd

#d08ebd #bdd08e #8ebdd0

Analogous Colors of #d08ebd

#d08ebd #d08e9c #c28ed0

Monochromatic Colors of #d08ebd

#d08ebd

Complementary Color

#d08ebd #8ed0a1

#d08ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08ebd Color CSS Codes

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

#d08ebd Text Font Color

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

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


#d08ebd Background Color

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

This div background color is #d08ebd


#d08ebd Border Color

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

This div border color is #d08ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08ebd


Comments

No comments written yet.

Please login to write comment.