Color Hex Logo

#e52480 Color Hex

#E52480
(229,36,128)
1 Favorites   0 Comments

Color spaces of #e52480

RGB 22936128
HSL0.920.790.52
HSV331°84°90°
CMYK 0.000.840.44   0.10
XYZ36.840319.478322.2401
Yxy19.47830.46900.2479
Hunter Lab44.134271.76501.0166
CIE-Lab51.242274.7197-1.8499

#e52480 color RGB value is (229,36,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100100 10000000
Octal 345 44 200
Decimal 229 36 128
Hex E5 24 80

RGB Percentages of Color #e52480

%58.27
%9.16
%32.57

CMYK Percentages of Color #e52480

%0
%84
%44
%10

Triadic Colors of #e52480

#e52480 #80e524 #2480e5

Analogous Colors of #e52480

#e52480 #e52924 #e524e1

Monochromatic Colors of #e52480

#e52480

Complementary Color

#e52480 #24e589

#e52480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52480 Color CSS Codes

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

#e52480 Text Font Color

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

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


#e52480 Background Color

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

This div background color is #e52480


#e52480 Border Color

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

This div border color is #e52480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52480


Comments

No comments written yet.

Please login to write comment.