Color Hex Logo

#ea584d Color Hex

#EA584D
(234,88,77)
0 Favorites   0 Comments

Color spaces of #ea584d

RGB 2348877
HSL0.010.790.61
HSV67°92°
CMYK 0.000.620.67   0.08
XYZ38.761025.00779.8052
Yxy25.00770.52680.3399
Hunter Lab50.007750.842023.3802
CIE-Lab57.082955.772436.3595

#ea584d color RGB value is (234,88,77).

#ea584d hex color red value is 234, green value is 88 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ea584d hue: 0.01 , saturation: 0.79 and the lightness value of ea584d is 0.61.

The process color (four color CMYK) of #ea584d color hex is 0.00, 0.62, 0.67, 0.08. Web safe color of #ea584d is #ff6666. Color #ea584d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011000 01001101
Octal 352 130 115
Decimal 234 88 77
Hex EA 58 4D

RGB Percentages of Color #ea584d

%58.65
%22.06
%19.30

CMYK Percentages of Color #ea584d

%0
%62
%67
%8

Triadic Colors of #ea584d

#ea584d #4dea58 #584dea

Analogous Colors of #ea584d

#ea584d #eaa74d #ea4d91

Monochromatic Colors of #ea584d

#ea584d

Complementary Color

#ea584d #4ddfea

#ea584d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea584d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea584d Color CSS Codes

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

#ea584d Text Font Color

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

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


#ea584d Background Color

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

This div background color is #ea584d


#ea584d Border Color

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

This div border color is #ea584d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea584d


Comments

No comments written yet.

Please login to write comment.