Color Hex Logo

#d04ead Color Hex

#D04EAD
(208,78,173)
0 Favorites   0 Comments

Color spaces of #d04ead

RGB 20878173
HSL0.880.580.56
HSV316°63°82°
CMYK 0.000.630.17   0.18
XYZ36.279621.875841.8455
Yxy21.87580.36280.2188
Hunter Lab46.771656.6080-20.3054
CIE-Lab53.895061.4262-24.9010

#d04ead color RGB value is (208,78,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001110 10101101
Octal 320 116 255
Decimal 208 78 173
Hex D0 4E AD

RGB Percentages of Color #d04ead

%45.32
%16.99
%37.69

CMYK Percentages of Color #d04ead

%0
%63
%17
%18

Triadic Colors of #d04ead

#d04ead #add04e #4eadd0

Analogous Colors of #d04ead

#d04ead #d04e6c #b24ed0

Monochromatic Colors of #d04ead

#d04ead

Complementary Color

#d04ead #4ed071

#d04ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04ead Color CSS Codes

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

#d04ead Text Font Color

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

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


#d04ead Background Color

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

This div background color is #d04ead


#d04ead Border Color

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

This div border color is #d04ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04ead


Comments

No comments written yet.

Please login to write comment.