Color Hex Logo

#e8254a Color Hex

#E8254A
(232,37,74)
0 Favorites   0 Comments

Color spaces of #e8254a

RGB 2323774
HSL0.970.810.53
HSV349°84°91°
CMYK 0.000.840.68   0.09
XYZ35.176318.97348.2868
Yxy18.97340.56340.3039
Hunter Lab43.558567.923119.2113
CIE-Lab50.656171.672430.1679

#e8254a color RGB value is (232,37,74).

#e8254a hex color red value is 232, green value is 37 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #e8254a hue: 0.97 , saturation: 0.81 and the lightness value of e8254a is 0.53.

The process color (four color CMYK) of #e8254a color hex is 0.00, 0.84, 0.68, 0.09. Web safe color of #e8254a is #ff3333. Color #e8254a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100101 01001010
Octal 350 45 112
Decimal 232 37 74
Hex E8 25 4A

RGB Percentages of Color #e8254a

%67.64
%10.79
%21.57

CMYK Percentages of Color #e8254a

%0
%84
%68
%9

Triadic Colors of #e8254a

#e8254a #4ae825 #254ae8

Analogous Colors of #e8254a

#e8254a #e86225 #e825ac

Monochromatic Colors of #e8254a

#e8254a

Complementary Color

#e8254a #25e8c3

#e8254a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8254a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8254a Color CSS Codes

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

#e8254a Text Font Color

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

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


#e8254a Background Color

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

This div background color is #e8254a


#e8254a Border Color

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

This div border color is #e8254a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8254a


Comments

No comments written yet.

Please login to write comment.