Color Hex Logo

#ea483e Color Hex

#EA483E
(234,72,62)
0 Favorites   0 Comments

Color spaces of #ea483e

RGB 2347262
HSL0.010.800.58
HSV74°92°
CMYK 0.000.690.74   0.08
XYZ37.118622.47506.9392
Yxy22.47500.55790.3378
Hunter Lab47.407856.795424.5070
CIE-Lab54.527461.474841.7113

#ea483e color RGB value is (234,72,62).

#ea483e hex color red value is 234, green value is 72 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ea483e hue: 0.01 , saturation: 0.80 and the lightness value of ea483e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001000 00111110
Octal 352 110 76
Decimal 234 72 62
Hex EA 48 3E

RGB Percentages of Color #ea483e

%63.59
%19.57
%16.85

CMYK Percentages of Color #ea483e

%0
%69
%74
%8

Triadic Colors of #ea483e

#ea483e #3eea48 #483eea

Analogous Colors of #ea483e

#ea483e #ea9e3e #ea3e8a

Monochromatic Colors of #ea483e

#ea483e

Complementary Color

#ea483e #3ee0ea

#ea483e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea483e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea483e Color CSS Codes

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

#ea483e Text Font Color

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

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


#ea483e Background Color

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

This div background color is #ea483e


#ea483e Border Color

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

This div border color is #ea483e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea483e


Comments

No comments written yet.

Please login to write comment.