Color Hex Logo

#e52daa Color Hex

#E52DAA
(229,45,170)
0 Favorites   0 Comments

Color spaces of #e52daa

RGB 22945170
HSL0.890.780.54
HSV319°80°90°
CMYK 0.000.800.26   0.10
XYZ40.507221.437140.0330
Yxy21.43710.39720.2102
Hunter Lab46.300275.1410-18.8543
CIE-Lab53.424677.0275-23.5815

#e52daa color RGB value is (229,45,170).

#e52daa hex color red value is 229, green value is 45 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e52daa hue: 0.89 , saturation: 0.78 and the lightness value of e52daa is 0.54.

The process color (four color CMYK) of #e52daa color hex is 0.00, 0.80, 0.26, 0.10. Web safe color of #e52daa is #cc3399. Color #e52daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101101 10101010
Octal 345 55 252
Decimal 229 45 170
Hex E5 2D AA

RGB Percentages of Color #e52daa

%51.58
%10.14
%38.29

CMYK Percentages of Color #e52daa

%0
%80
%26
%10

Triadic Colors of #e52daa

#e52daa #aae52d #2daae5

Analogous Colors of #e52daa

#e52daa #e52d4e #c42de5

Monochromatic Colors of #e52daa

#e52daa

Complementary Color

#e52daa #2de568

#e52daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52daa Color CSS Codes

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

#e52daa Text Font Color

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

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


#e52daa Background Color

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

This div background color is #e52daa


#e52daa Border Color

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

This div border color is #e52daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52daa


Comments

No comments written yet.

Please login to write comment.