Color Hex Logo

#d08faf Color Hex

#D08FAF
(208,143,175)
0 Favorites   0 Comments

Color spaces of #d08faf

RGB 208143175
HSL0.920.410.69
HSV330°31°82°
CMYK 0.000.310.16   0.18
XYZ43.572736.150045.2385
Yxy36.15000.34870.2893
Hunter Lab60.124924.1410-2.5229
CIE-Lab66.634429.3508-6.7649

#d08faf color RGB value is (208,143,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001111 10101111
Octal 320 217 257
Decimal 208 143 175
Hex D0 8F AF

RGB Percentages of Color #d08faf

%39.54
%27.19
%33.27

CMYK Percentages of Color #d08faf

%0
%31
%16
%18

Triadic Colors of #d08faf

#d08faf #afd08f #8fafd0

Analogous Colors of #d08faf

#d08faf #d0908f #d08fd0

Monochromatic Colors of #d08faf

#d08faf

Complementary Color

#d08faf #8fd0b0

#d08faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08faf Color CSS Codes

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

#d08faf Text Font Color

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

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


#d08faf Background Color

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

This div background color is #d08faf


#d08faf Border Color

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

This div border color is #d08faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08faf


Comments

No comments written yet.

Please login to write comment.