Color Hex Logo

#e52074 Color Hex

#E52074
(229,32,116)
0 Favorites   0 Comments

Color spaces of #e52074

RGB 22932116
HSL0.930.790.51
HSV334°86°90°
CMYK 0.000.860.49   0.10
XYZ35.982018.952018.2846
Yxy18.95200.49140.2588
Hunter Lab43.533971.35105.5714
CIE-Lab50.631074.50064.5396

#e52074 color RGB value is (229,32,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100000 01110100
Octal 345 40 164
Decimal 229 32 116
Hex E5 20 74

RGB Percentages of Color #e52074

%60.74
%8.49
%30.77

CMYK Percentages of Color #e52074

%0
%86
%49
%10

Triadic Colors of #e52074

#e52074 #74e520 #2074e5

Analogous Colors of #e52074

#e52074 #e52e20 #e520d7

Monochromatic Colors of #e52074

#e52074

Complementary Color

#e52074 #20e591

#e52074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52074 Color CSS Codes

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

#e52074 Text Font Color

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

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


#e52074 Background Color

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

This div background color is #e52074


#e52074 Border Color

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

This div border color is #e52074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52074


Comments

No comments written yet.

Please login to write comment.