Color Hex Logo

#d08ecb Color Hex

#D08ECB
(208,142,203)
0 Favorites   0 Comments

Color spaces of #d08ecb

RGB 208142203
HSL0.850.410.69
HSV305°32°82°
CMYK 0.000.320.02   0.18
XYZ46.464937.067761.2057
Yxy37.06770.32100.2561
Hunter Lab60.883229.6820-16.9857
CIE-Lab67.327834.7099-21.3909

#d08ecb color RGB value is (208,142,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001110 11001011
Octal 320 216 313
Decimal 208 142 203
Hex D0 8E CB

RGB Percentages of Color #d08ecb

%37.61
%25.68
%36.71

CMYK Percentages of Color #d08ecb

%0
%32
%2
%18

Triadic Colors of #d08ecb

#d08ecb #cbd08e #8ecbd0

Analogous Colors of #d08ecb

#d08ecb #d08eaa #b48ed0

Monochromatic Colors of #d08ecb

#d08ecb

Complementary Color

#d08ecb #8ed093

#d08ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08ecb Color CSS Codes

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

#d08ecb Text Font Color

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

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


#d08ecb Background Color

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

This div background color is #d08ecb


#d08ecb Border Color

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

This div border color is #d08ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08ecb


Comments

No comments written yet.

Please login to write comment.