Color Hex Logo

#e52dfa Color Hex

#E52DFA
(229,45,250)
0 Favorites   0 Comments

Color spaces of #e52dfa

RGB 22945250
HSL0.820.950.58
HSV294°82°98°
CMYK 0.080.820.00   0.02
XYZ50.506825.436992.6903
Yxy25.43690.29950.1508
Hunter Lab50.435090.4928-73.6596
CIE-Lab57.498788.1819-62.8271

#e52dfa color RGB value is (229,45,250).

#e52dfa hex color red value is 229, green value is 45 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e52dfa hue: 0.82 , saturation: 0.95 and the lightness value of e52dfa is 0.58.

The process color (four color CMYK) of #e52dfa color hex is 0.08, 0.82, 0.00, 0.02. Web safe color of #e52dfa is #cc33ff. Color #e52dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101101 11111010
Octal 345 55 372
Decimal 229 45 250
Hex E5 2D FA

RGB Percentages of Color #e52dfa

%43.70
%8.59
%47.71

CMYK Percentages of Color #e52dfa

%8
%82
%0
%2

Triadic Colors of #e52dfa

#e52dfa #fae52d #2dfae5

Analogous Colors of #e52dfa

#e52dfa #fa2da9 #7f2dfa

Monochromatic Colors of #e52dfa

#e52dfa

Complementary Color

#e52dfa #42fa2d

#e52dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52dfa Color CSS Codes

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

#e52dfa Text Font Color

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

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


#e52dfa Background Color

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

This div background color is #e52dfa


#e52dfa Border Color

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

This div border color is #e52dfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,45,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52dfa


Comments

No comments written yet.

Please login to write comment.