Color Hex Logo

#d08faa Color Hex

#D08FAA
(208,143,170)
0 Favorites   0 Comments

Color spaces of #d08faa

RGB 208143170
HSL0.930.410.69
HSV335°31°82°
CMYK 0.000.310.18   0.18
XYZ43.090635.957142.6995
Yxy35.95710.35390.2953
Hunter Lab59.964223.3336-0.2444
CIE-Lab66.487128.5583-4.1729

#d08faa color RGB value is (208,143,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001111 10101010
Octal 320 217 252
Decimal 208 143 170
Hex D0 8F AA

RGB Percentages of Color #d08faa

%39.92
%27.45
%32.63

CMYK Percentages of Color #d08faa

%0
%31
%18
%18

Triadic Colors of #d08faa

#d08faa #aad08f #8faad0

Analogous Colors of #d08faa

#d08faa #d0958f #d08fcb

Monochromatic Colors of #d08faa

#d08faa

Complementary Color

#d08faa #8fd0b5

#d08faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08faa Color CSS Codes

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

#d08faa Text Font Color

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

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


#d08faa Background Color

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

This div background color is #d08faa


#d08faa Border Color

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

This div border color is #d08faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08faa


Comments

No comments written yet.

Please login to write comment.