Color Hex Logo

#e5254b Color Hex

#E5254B
(229,37,75)
0 Favorites   0 Comments

Color spaces of #e5254b

RGB 2293775
HSL0.970.790.52
HSV348°84°90°
CMYK 0.000.840.67   0.10
XYZ34.244718.48918.4205
Yxy18.48910.56000.3023
Hunter Lab42.999066.910618.4885
CIE-Lab50.084070.940628.7283

#e5254b color RGB value is (229,37,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100101 01001011
Octal 345 45 113
Decimal 229 37 75
Hex E5 25 4B

RGB Percentages of Color #e5254b

%67.16
%10.85
%21.99

CMYK Percentages of Color #e5254b

%0
%84
%67
%10

Triadic Colors of #e5254b

#e5254b #4be525 #254be5

Analogous Colors of #e5254b

#e5254b #e55f25 #e525ab

Monochromatic Colors of #e5254b

#e5254b

Complementary Color

#e5254b #25e5bf

#e5254b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5254b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5254b Color CSS Codes

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

#e5254b Text Font Color

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

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


#e5254b Background Color

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

This div background color is #e5254b


#e5254b Border Color

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

This div border color is #e5254b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5254b


Comments

No comments written yet.

Please login to write comment.