Color Hex Logo

#d08eab Color Hex

#D08EAB
(208,142,171)
0 Favorites   0 Comments

Color spaces of #d08eab

RGB 208142171
HSL0.930.410.69
HSV334°32°82°
CMYK 0.000.320.18   0.18
XYZ43.036135.696243.1499
Yxy35.69620.35310.2929
Hunter Lab59.746324.0200-0.9979
CIE-Lab66.287129.2583-5.0306

#d08eab color RGB value is (208,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001110 10101011
Octal 320 216 253
Decimal 208 142 171
Hex D0 8E AB

RGB Percentages of Color #d08eab

%39.92
%27.26
%32.82

CMYK Percentages of Color #d08eab

%0
%32
%18
%18

Triadic Colors of #d08eab

#d08eab #abd08e #8eabd0

Analogous Colors of #d08eab

#d08eab #d0928e #d08ecc

Monochromatic Colors of #d08eab

#d08eab

Complementary Color

#d08eab #8ed0b3

#d08eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08eab Color CSS Codes

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

#d08eab Text Font Color

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

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


#d08eab Background Color

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

This div background color is #d08eab


#d08eab Border Color

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

This div border color is #d08eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08eab


Comments

No comments written yet.

Please login to write comment.