Color Hex Logo

#e52539 Color Hex

#E52539
(229,37,57)
0 Favorites   0 Comments

Color spaces of #e52539

RGB 2293757
HSL0.980.790.52
HSV354°84°90°
CMYK 0.000.840.75   0.10
XYZ33.713218.27665.6217
Yxy18.27660.58520.3172
Hunter Lab42.751165.949122.1293
CIE-Lab49.829970.185839.0268

#e52539 color RGB value is (229,37,57).

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

The process color (four color CMYK) of #e52539 color hex is 0.00, 0.84, 0.75, 0.10. Web safe color of #e52539 is #cc3333. Color #e52539 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100101 00111001
Octal 345 45 71
Decimal 229 37 57
Hex E5 25 39

RGB Percentages of Color #e52539

%70.90
%11.46
%17.65

CMYK Percentages of Color #e52539

%0
%84
%75
%10

Triadic Colors of #e52539

#e52539 #39e525 #2539e5

Analogous Colors of #e52539

#e52539 #e57125 #e52599

Monochromatic Colors of #e52539

#e52539

Complementary Color

#e52539 #25e5d1

#e52539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52539 Color CSS Codes

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

#e52539 Text Font Color

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

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


#e52539 Background Color

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

This div background color is #e52539


#e52539 Border Color

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

This div border color is #e52539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52539


Comments

No comments written yet.

Please login to write comment.