Color Hex Logo

#ea271e Color Hex

#EA271E
(234,39,30)
0 Favorites   0 Comments

Color spaces of #ea271e

RGB 2343930
HSL0.010.830.52
HSV87°92°
CMYK 0.000.830.87   0.08
XYZ34.891519.03723.0639
Yxy19.03720.61220.3340
Hunter Lab43.631666.388126.3787
CIE-Lab50.730770.379354.2205

#ea271e color RGB value is (234,39,30).

#ea271e hex color red value is 234, green value is 39 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ea271e hue: 0.01 , saturation: 0.83 and the lightness value of ea271e is 0.52.

The process color (four color CMYK) of #ea271e color hex is 0.00, 0.83, 0.87, 0.08. Web safe color of #ea271e is #ff3333. Color #ea271e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100111 00011110
Octal 352 47 36
Decimal 234 39 30
Hex EA 27 1E

RGB Percentages of Color #ea271e

%77.23
%12.87
%9.90

CMYK Percentages of Color #ea271e

%0
%83
%87
%8

Triadic Colors of #ea271e

#ea271e #1eea27 #271eea

Analogous Colors of #ea271e

#ea271e #ea8d1e #ea1e7b

Monochromatic Colors of #ea271e

#ea271e

Complementary Color

#ea271e #1ee1ea

#ea271e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea271e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea271e Color CSS Codes

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

#ea271e Text Font Color

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

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


#ea271e Background Color

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

This div background color is #ea271e


#ea271e Border Color

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

This div border color is #ea271e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea271e


Comments

No comments written yet.

Please login to write comment.