Color Hex Logo

#ea332d Color Hex

#EA332D
(234,51,45)
0 Favorites   0 Comments

Color spaces of #ea332d

RGB 2345145
HSL0.010.820.55
HSV81°92°
CMYK 0.000.780.81   0.08
XYZ35.589220.04954.4768
Yxy20.04950.59200.3335
Hunter Lab44.776763.515425.4158
CIE-Lab51.893167.739348.0280

#ea332d color RGB value is (234,51,45).

#ea332d hex color red value is 234, green value is 51 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ea332d hue: 0.01 , saturation: 0.82 and the lightness value of ea332d is 0.55.

The process color (four color CMYK) of #ea332d color hex is 0.00, 0.78, 0.81, 0.08. Web safe color of #ea332d is #ff3333. Color #ea332d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110011 00101101
Octal 352 63 55
Decimal 234 51 45
Hex EA 33 2D

RGB Percentages of Color #ea332d

%70.91
%15.45
%13.64

CMYK Percentages of Color #ea332d

%0
%78
%81
%8

Triadic Colors of #ea332d

#ea332d #2dea33 #332dea

Analogous Colors of #ea332d

#ea332d #ea922d #ea2d86

Monochromatic Colors of #ea332d

#ea332d

Complementary Color

#ea332d #2de4ea

#ea332d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea332d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea332d Color CSS Codes

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

#ea332d Text Font Color

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

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


#ea332d Background Color

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

This div background color is #ea332d


#ea332d Border Color

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

This div border color is #ea332d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea332d


Comments

No comments written yet.

Please login to write comment.