Color Hex Logo

#d07eaa Color Hex

#D07EAA
(208,126,170)
0 Favorites   0 Comments

Color spaces of #d07eaa

RGB 208126170
HSL0.910.470.65
HSV328°39°82°
CMYK 0.000.390.18   0.18
XYZ40.729031.233941.9123
Yxy31.23390.35770.2743
Hunter Lab55.887332.2827-5.3430
CIE-Lab62.704637.7131-9.7893

#d07eaa color RGB value is (208,126,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111110 10101010
Octal 320 176 252
Decimal 208 126 170
Hex D0 7E AA

RGB Percentages of Color #d07eaa

%41.27
%25.00
%33.73

CMYK Percentages of Color #d07eaa

%0
%39
%18
%18

Triadic Colors of #d07eaa

#d07eaa #aad07e #7eaad0

Analogous Colors of #d07eaa

#d07eaa #d07e81 #cd7ed0

Monochromatic Colors of #d07eaa

#d07eaa

Complementary Color

#d07eaa #7ed0a4

#d07eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07eaa Color CSS Codes

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

#d07eaa Text Font Color

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

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


#d07eaa Background Color

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

This div background color is #d07eaa


#d07eaa Border Color

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

This div border color is #d07eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07eaa


Comments

No comments written yet.

Please login to write comment.