Color Hex Logo

#d08fab Color Hex

#D08FAB
(208,143,171)
0 Favorites   0 Comments

Color spaces of #d08fab

RGB 208143171
HSL0.930.410.69
HSV334°31°82°
CMYK 0.000.310.18   0.18
XYZ43.185635.995143.1997
Yxy35.99510.35290.2941
Hunter Lab59.995923.4931-0.6943
CIE-Lab66.516228.7151-4.6922

#d08fab color RGB value is (208,143,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001111 10101011
Octal 320 217 253
Decimal 208 143 171
Hex D0 8F AB

RGB Percentages of Color #d08fab

%39.85
%27.39
%32.76

CMYK Percentages of Color #d08fab

%0
%31
%18
%18

Triadic Colors of #d08fab

#d08fab #abd08f #8fabd0

Analogous Colors of #d08fab

#d08fab #d0948f #d08fcc

Monochromatic Colors of #d08fab

#d08fab

Complementary Color

#d08fab #8fd0b4

#d08fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08fab Color CSS Codes

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

#d08fab Text Font Color

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

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


#d08fab Background Color

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

This div background color is #d08fab


#d08fab Border Color

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

This div border color is #d08fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08fab


Comments

No comments written yet.

Please login to write comment.