Color Hex Logo

#d45ead Color Hex

#D45EAD
(212,94,173)
0 Favorites   0 Comments

Color spaces of #d45ead

RGB 21294173
HSL0.890.580.60
HSV320°56°83°
CMYK 0.000.560.18   0.17
XYZ38.696925.019642.3249
Yxy25.01960.36490.2359
Hunter Lab50.019650.5595-15.1555
CIE-Lab57.094555.5180-19.9377

#d45ead color RGB value is (212,94,173).

#d45ead hex color red value is 212, green value is 94 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d45ead hue: 0.89 , saturation: 0.58 and the lightness value of d45ead is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01011110 10101101
Octal 324 136 255
Decimal 212 94 173
Hex D4 5E AD

RGB Percentages of Color #d45ead

%44.26
%19.62
%36.12

CMYK Percentages of Color #d45ead

%0
%56
%18
%17

Triadic Colors of #d45ead

#d45ead #add45e #5eadd4

Analogous Colors of #d45ead

#d45ead #d45e72 #c05ed4

Monochromatic Colors of #d45ead

#d45ead

Complementary Color

#d45ead #5ed485

#d45ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45ead Color CSS Codes

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

#d45ead Text Font Color

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

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


#d45ead Background Color

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

This div background color is #d45ead


#d45ead Border Color

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

This div border color is #d45ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45ead


Comments

No comments written yet.

Please login to write comment.