Color Hex Logo

#e52291 Color Hex

#E52291
(229,34,145)
0 Favorites   0 Comments

Color spaces of #e52291

RGB 22934145
HSL0.910.790.52
HSV326°85°90°
CMYK 0.000.850.37   0.10
XYZ37.996019.846428.6162
Yxy19.84640.43950.2295
Hunter Lab44.549374.2810-6.9004
CIE-Lab51.663176.6782-11.4488

#e52291 color RGB value is (229,34,145).

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

The process color (four color CMYK) of #e52291 color hex is 0.00, 0.85, 0.37, 0.10. Web safe color of #e52291 is #cc3399. Color #e52291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100010 10010001
Octal 345 42 221
Decimal 229 34 145
Hex E5 22 91

RGB Percentages of Color #e52291

%56.13
%8.33
%35.54

CMYK Percentages of Color #e52291

%0
%85
%37
%10

Triadic Colors of #e52291

#e52291 #91e522 #2291e5

Analogous Colors of #e52291

#e52291 #e5222f #d822e5

Monochromatic Colors of #e52291

#e52291

Complementary Color

#e52291 #22e576

#e52291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52291 Color CSS Codes

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

#e52291 Text Font Color

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

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


#e52291 Background Color

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

This div background color is #e52291


#e52291 Border Color

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

This div border color is #e52291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52291


Comments

No comments written yet.

Please login to write comment.