Color Hex Logo

#e5217a Color Hex

#E5217A
(229,33,122)
0 Favorites   0 Comments

Color spaces of #e5217a

RGB 22933122
HSL0.920.790.51
HSV333°86°90°
CMYK 0.000.860.47   0.10
XYZ36.369819.150920.1919
Yxy19.15090.48040.2529
Hunter Lab43.761771.76593.2765
CIE-Lab50.863374.79411.2297

#e5217a color RGB value is (229,33,122).

#e5217a hex color red value is 229, green value is 33 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #e5217a hue: 0.92 , saturation: 0.79 and the lightness value of e5217a is 0.51.

The process color (four color CMYK) of #e5217a color hex is 0.00, 0.86, 0.47, 0.10. Web safe color of #e5217a is #cc3366. Color #e5217a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100001 01111010
Octal 345 41 172
Decimal 229 33 122
Hex E5 21 7A

RGB Percentages of Color #e5217a

%59.64
%8.59
%31.77

CMYK Percentages of Color #e5217a

%0
%86
%47
%10

Triadic Colors of #e5217a

#e5217a #7ae521 #217ae5

Analogous Colors of #e5217a

#e5217a #e52a21 #e521dc

Monochromatic Colors of #e5217a

#e5217a

Complementary Color

#e5217a #21e58c

#e5217a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5217a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5217a Color CSS Codes

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

#e5217a Text Font Color

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

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


#e5217a Background Color

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

This div background color is #e5217a


#e5217a Border Color

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

This div border color is #e5217a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5217a


Comments

No comments written yet.

Please login to write comment.