Color Hex Logo

#d07faa Color Hex

#D07FAA
(208,127,170)
0 Favorites   0 Comments

Color spaces of #d07faa

RGB 208127170
HSL0.910.460.66
HSV328°39°82°
CMYK 0.000.390.18   0.18
XYZ40.857531.490941.9551
Yxy31.49090.35740.2755
Hunter Lab56.116831.7580-5.0458
CIE-Lab62.919937.1811-9.4676

#d07faa color RGB value is (208,127,170).

#d07faa hex color red value is 208, green value is 127 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d07faa hue: 0.91 , saturation: 0.46 and the lightness value of d07faa is 0.66.

The process color (four color CMYK) of #d07faa color hex is 0.00, 0.39, 0.18, 0.18. Web safe color of #d07faa is #cc6699. Color #d07faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111111 10101010
Octal 320 177 252
Decimal 208 127 170
Hex D0 7F AA

RGB Percentages of Color #d07faa

%41.19
%25.15
%33.66

CMYK Percentages of Color #d07faa

%0
%39
%18
%18

Triadic Colors of #d07faa

#d07faa #aad07f #7faad0

Analogous Colors of #d07faa

#d07faa #d07f82 #ce7fd0

Monochromatic Colors of #d07faa

#d07faa

Complementary Color

#d07faa #7fd0a5

#d07faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07faa Color CSS Codes

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

#d07faa Text Font Color

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

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


#d07faa Background Color

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

This div background color is #d07faa


#d07faa Border Color

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

This div border color is #d07faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07faa


Comments

No comments written yet.

Please login to write comment.