Color Hex Logo

#e52249 Color Hex

#E52249
(229,34,73)
0 Favorites   0 Comments

Color spaces of #e52249

RGB 2293473
HSL0.970.790.52
HSV348°85°90°
CMYK 0.000.850.68   0.10
XYZ34.087718.28318.0357
Yxy18.28310.56430.3027
Hunter Lab42.758767.474218.7887
CIE-Lab49.837771.457929.6218

#e52249 color RGB value is (229,34,73).

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

The process color (four color CMYK) of #e52249 color hex is 0.00, 0.85, 0.68, 0.10. Web safe color of #e52249 is #cc3333. Color #e52249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100010 01001001
Octal 345 42 111
Decimal 229 34 73
Hex E5 22 49

RGB Percentages of Color #e52249

%68.15
%10.12
%21.73

CMYK Percentages of Color #e52249

%0
%85
%68
%10

Triadic Colors of #e52249

#e52249 #49e522 #2249e5

Analogous Colors of #e52249

#e52249 #e55c22 #e522ab

Monochromatic Colors of #e52249

#e52249

Complementary Color

#e52249 #22e5be

#e52249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52249 Color CSS Codes

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

#e52249 Text Font Color

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

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


#e52249 Background Color

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

This div background color is #e52249


#e52249 Border Color

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

This div border color is #e52249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52249


Comments

No comments written yet.

Please login to write comment.