Color Hex Logo

#ea081b Color Hex

#EA081B
(234,8,27)
0 Favorites   0 Comments

Color spaces of #ea081b

RGB 234827
HSL0.990.930.47
HSV355°97°92°
CMYK 0.000.970.88   0.08
XYZ34.216317.74522.6587
Yxy17.74520.62640.3249
Hunter Lab42.125171.268725.7455
CIE-Lab49.185674.714854.3660

#ea081b color RGB value is (234,8,27).

#ea081b hex color red value is 234, green value is 8 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ea081b hue: 0.99 , saturation: 0.93 and the lightness value of ea081b is 0.47.

The process color (four color CMYK) of #ea081b color hex is 0.00, 0.97, 0.88, 0.08. Web safe color of #ea081b is #ff0033. Color #ea081b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001000 00011011
Octal 352 10 33
Decimal 234 8 27
Hex EA 8 1B

RGB Percentages of Color #ea081b

%86.99
%2.97
%10.04

CMYK Percentages of Color #ea081b

%0
%97
%88
%8

Triadic Colors of #ea081b

#ea081b #1bea08 #081bea

Analogous Colors of #ea081b

#ea081b #ea6608 #ea088c

Monochromatic Colors of #ea081b

#ea081b

Complementary Color

#ea081b #08ead7

#ea081b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea081b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea081b Color CSS Codes

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

#ea081b Text Font Color

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

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


#ea081b Background Color

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

This div background color is #ea081b


#ea081b Border Color

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

This div border color is #ea081b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea081b


Comments

No comments written yet.

Please login to write comment.