Color Hex Logo

#d04eaa Color Hex

#D04EAA
(208,78,170)
0 Favorites   0 Comments

Color spaces of #d04eaa

RGB 20878170
HSL0.880.580.56
HSV318°63°82°
CMYK 0.000.630.18   0.18
XYZ35.992521.761040.3335
Yxy21.76100.36690.2219
Hunter Lab46.648756.0892-18.6094
CIE-Lab53.772560.9948-23.3392

#d04eaa color RGB value is (208,78,170).

#d04eaa hex color red value is 208, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d04eaa hue: 0.88 , saturation: 0.58 and the lightness value of d04eaa is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001110 10101010
Octal 320 116 252
Decimal 208 78 170
Hex D0 4E AA

RGB Percentages of Color #d04eaa

%45.61
%17.11
%37.28

CMYK Percentages of Color #d04eaa

%0
%63
%18
%18

Triadic Colors of #d04eaa

#d04eaa #aad04e #4eaad0

Analogous Colors of #d04eaa

#d04eaa #d04e69 #b54ed0

Monochromatic Colors of #d04eaa

#d04eaa

Complementary Color

#d04eaa #4ed074

#d04eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04eaa Color CSS Codes

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

#d04eaa Text Font Color

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

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


#d04eaa Background Color

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

This div background color is #d04eaa


#d04eaa Border Color

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

This div border color is #d04eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04eaa


Comments

No comments written yet.

Please login to write comment.