Color Hex Logo

#ea333c Color Hex

#EA333C
(234,51,60)
0 Favorites   0 Comments

Color spaces of #ea333c

RGB 2345160
HSL0.990.810.56
HSV357°78°92°
CMYK 0.000.780.74   0.08
XYZ35.931120.18636.2775
Yxy20.18630.57590.3235
Hunter Lab44.929264.125423.1664
CIE-Lab52.047268.225640.0596

#ea333c color RGB value is (234,51,60).

#ea333c hex color red value is 234, green value is 51 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ea333c hue: 0.99 , saturation: 0.81 and the lightness value of ea333c is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110011 00111100
Octal 352 63 74
Decimal 234 51 60
Hex EA 33 3C

RGB Percentages of Color #ea333c

%67.83
%14.78
%17.39

CMYK Percentages of Color #ea333c

%0
%78
%74
%8

Triadic Colors of #ea333c

#ea333c #3cea33 #333cea

Analogous Colors of #ea333c

#ea333c #ea8633 #ea3398

Monochromatic Colors of #ea333c

#ea333c

Complementary Color

#ea333c #33eae1

#ea333c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea333c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea333c Color CSS Codes

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

#ea333c Text Font Color

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

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


#ea333c Background Color

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

This div background color is #ea333c


#ea333c Border Color

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

This div border color is #ea333c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea333c


Comments

No comments written yet.

Please login to write comment.