Color Hex Logo

#e50539 Color Hex

#E50539
(229,5,57)
0 Favorites   0 Comments

Color spaces of #e50539

RGB 229557
HSL0.960.960.46
HSV346°98°90°
CMYK 0.000.980.75   0.10
XYZ33.105917.06205.4193
Yxy17.06200.59560.3069
Hunter Lab41.306270.777621.1356
CIE-Lab48.338174.477937.3593

#e50539 color RGB value is (229,5,57).

#e50539 hex color red value is 229, green value is 5 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #e50539 hue: 0.96 , saturation: 0.96 and the lightness value of e50539 is 0.46.

The process color (four color CMYK) of #e50539 color hex is 0.00, 0.98, 0.75, 0.10. Web safe color of #e50539 is #cc0033. Color #e50539 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000101 00111001
Octal 345 5 71
Decimal 229 5 57
Hex E5 5 39

RGB Percentages of Color #e50539

%78.69
%1.72
%19.59

CMYK Percentages of Color #e50539

%0
%98
%75
%10

Triadic Colors of #e50539

#e50539 #39e505 #0539e5

Analogous Colors of #e50539

#e50539 #e54105 #e505a9

Monochromatic Colors of #e50539

#e50539

Complementary Color

#e50539 #05e5b1

#e50539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50539 Color CSS Codes

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

#e50539 Text Font Color

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

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


#e50539 Background Color

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

This div background color is #e50539


#e50539 Border Color

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

This div border color is #e50539


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,5,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 #e50539">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50539


Comments

No comments written yet.

Please login to write comment.