Color Hex Logo

#d08fac Color Hex

#D08FAC
(208,143,172)
0 Favorites   0 Comments

Color spaces of #d08fac

RGB 208143172
HSL0.930.410.69
HSV333°31°82°
CMYK 0.000.310.17   0.18
XYZ43.281336.033443.7037
Yxy36.03340.35180.2929
Hunter Lab60.027823.6535-1.1470
CIE-Lab66.545428.8728-5.2111

#d08fac color RGB value is (208,143,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001111 10101100
Octal 320 217 254
Decimal 208 143 172
Hex D0 8F AC

RGB Percentages of Color #d08fac

%39.77
%27.34
%32.89

CMYK Percentages of Color #d08fac

%0
%31
%17
%18

Triadic Colors of #d08fac

#d08fac #acd08f #8facd0

Analogous Colors of #d08fac

#d08fac #d0938f #d08fcd

Monochromatic Colors of #d08fac

#d08fac

Complementary Color

#d08fac #8fd0b3

#d08fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08fac Color CSS Codes

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

#d08fac Text Font Color

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

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


#d08fac Background Color

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

This div background color is #d08fac


#d08fac Border Color

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

This div border color is #d08fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08fac


Comments

No comments written yet.

Please login to write comment.