Color Hex Logo

#e5081e Color Hex

#E5081E
(229,8,30)
0 Favorites   0 Comments

Color spaces of #e5081e

RGB 229830
HSL0.980.930.46
HSV354°97°90°
CMYK 0.000.970.87   0.10
XYZ32.634316.92542.7752
Yxy16.92540.62360.3234
Hunter Lab41.140569.597624.7988
CIE-Lab48.165973.541551.7725

#e5081e color RGB value is (229,8,30).

#e5081e hex color red value is 229, green value is 8 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #e5081e hue: 0.98 , saturation: 0.93 and the lightness value of e5081e is 0.46.

The process color (four color CMYK) of #e5081e color hex is 0.00, 0.97, 0.87, 0.10. Web safe color of #e5081e is #cc0033. Color #e5081e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001000 00011110
Octal 345 10 36
Decimal 229 8 30
Hex E5 8 1E

RGB Percentages of Color #e5081e

%85.77
%3.00
%11.24

CMYK Percentages of Color #e5081e

%0
%97
%87
%10

Triadic Colors of #e5081e

#e5081e #1ee508 #081ee5

Analogous Colors of #e5081e

#e5081e #e56108 #e5088d

Monochromatic Colors of #e5081e

#e5081e

Complementary Color

#e5081e #08e5cf

#e5081e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5081e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5081e Color CSS Codes

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

#e5081e Text Font Color

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

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


#e5081e Background Color

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

This div background color is #e5081e


#e5081e Border Color

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

This div border color is #e5081e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5081e


Comments

No comments written yet.

Please login to write comment.