Color Hex Logo

#ea012d Color Hex

#EA012D
(234,1,45)
0 Favorites   0 Comments

Color spaces of #ea012d

RGB 234145
HSL0.970.990.46
HSV349°100°92°
CMYK 0.001.000.81   0.08
XYZ34.416217.70364.0858
Yxy17.70360.61230.3150
Hunter Lab42.075672.373523.6955
CIE-Lab49.134675.625945.3431

#ea012d color RGB value is (234,1,45).

#ea012d hex color red value is 234, green value is 1 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ea012d hue: 0.97 , saturation: 0.99 and the lightness value of ea012d is 0.46.

The process color (four color CMYK) of #ea012d color hex is 0.00, 1.00, 0.81, 0.08. Web safe color of #ea012d is #ff0033. Color #ea012d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000001 00101101
Octal 352 1 55
Decimal 234 1 45
Hex EA 1 2D

RGB Percentages of Color #ea012d

%83.57
%0.36
%16.07

CMYK Percentages of Color #ea012d

%0
%100
%81
%8

Triadic Colors of #ea012d

#ea012d #2dea01 #012dea

Analogous Colors of #ea012d

#ea012d #ea4a01 #ea01a2

Monochromatic Colors of #ea012d

#ea012d

Complementary Color

#ea012d #01eabe

#ea012d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea012d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea012d Color CSS Codes

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

#ea012d Text Font Color

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

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


#ea012d Background Color

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

This div background color is #ea012d


#ea012d Border Color

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

This div border color is #ea012d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea012d


Comments

No comments written yet.

Please login to write comment.