Color Hex Logo

#e52537 Color Hex

#E52537
(229,37,55)
0 Favorites   0 Comments

Color spaces of #e52537

RGB 2293755
HSL0.980.790.52
HSV354°84°90°
CMYK 0.000.840.76   0.10
XYZ33.664318.25705.3641
Yxy18.25700.58770.3187
Hunter Lab42.728265.860522.4665
CIE-Lab49.806370.116040.1415

#e52537 color RGB value is (229,37,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100101 00110111
Octal 345 45 67
Decimal 229 37 55
Hex E5 25 37

RGB Percentages of Color #e52537

%71.34
%11.53
%17.13

CMYK Percentages of Color #e52537

%0
%84
%76
%10

Triadic Colors of #e52537

#e52537 #37e525 #2537e5

Analogous Colors of #e52537

#e52537 #e57325 #e52597

Monochromatic Colors of #e52537

#e52537

Complementary Color

#e52537 #25e5d3

#e52537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52537 Color CSS Codes

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

#e52537 Text Font Color

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

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


#e52537 Background Color

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

This div background color is #e52537


#e52537 Border Color

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

This div border color is #e52537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52537


Comments

No comments written yet.

Please login to write comment.