Color Hex Logo

#e50e4b Color Hex

#E50E4B
(229,14,75)
0 Favorites   0 Comments

Color spaces of #e50e4b

RGB 2291475
HSL0.950.880.48
HSV343°94°90°
CMYK 0.000.940.67   0.10
XYZ33.740117.48018.2523
Yxy17.48010.56730.2939
Hunter Lab41.809270.883717.5638
CIE-Lab48.859474.463227.1879

#e50e4b color RGB value is (229,14,75).

#e50e4b hex color red value is 229, green value is 14 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #e50e4b hue: 0.95 , saturation: 0.88 and the lightness value of e50e4b is 0.48.

The process color (four color CMYK) of #e50e4b color hex is 0.00, 0.94, 0.67, 0.10. Web safe color of #e50e4b is #cc0033. Color #e50e4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001110 01001011
Octal 345 16 113
Decimal 229 14 75
Hex E5 E 4B

RGB Percentages of Color #e50e4b

%72.01
%4.40
%23.58

CMYK Percentages of Color #e50e4b

%0
%94
%67
%10

Triadic Colors of #e50e4b

#e50e4b #4be50e #0e4be5

Analogous Colors of #e50e4b

#e50e4b #e53d0e #e50eb7

Monochromatic Colors of #e50e4b

#e50e4b

Complementary Color

#e50e4b #0ee5a8

#e50e4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50e4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50e4b Color CSS Codes

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

#e50e4b Text Font Color

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

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


#e50e4b Background Color

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

This div background color is #e50e4b


#e50e4b Border Color

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

This div border color is #e50e4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50e4b


Comments

No comments written yet.

Please login to write comment.