Color Hex Logo

#e52781 Color Hex

#E52781
(229,39,129)
0 Favorites   0 Comments

Color spaces of #e52781

RGB 22939129
HSL0.920.790.53
HSV332°83°90°
CMYK 0.000.830.44   0.10
XYZ37.001119.694022.6200
Yxy19.69400.46650.2483
Hunter Lab44.377971.16710.8437
CIE-Lab51.489574.1833-2.0904

#e52781 color RGB value is (229,39,129).

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

The process color (four color CMYK) of #e52781 color hex is 0.00, 0.83, 0.44, 0.10. Web safe color of #e52781 is #cc3399. Color #e52781 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100111 10000001
Octal 345 47 201
Decimal 229 39 129
Hex E5 27 81

RGB Percentages of Color #e52781

%57.68
%9.82
%32.49

CMYK Percentages of Color #e52781

%0
%83
%44
%10

Triadic Colors of #e52781

#e52781 #81e527 #2781e5

Analogous Colors of #e52781

#e52781 #e52c27 #e527e0

Monochromatic Colors of #e52781

#e52781

Complementary Color

#e52781 #27e58b

#e52781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52781 Color CSS Codes

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

#e52781 Text Font Color

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

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


#e52781 Background Color

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

This div background color is #e52781


#e52781 Border Color

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

This div border color is #e52781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52781


Comments

No comments written yet.

Please login to write comment.