Color Hex Logo

#ea284d Color Hex

#EA284D
(234,40,77)
0 Favorites   0 Comments

Color spaces of #ea284d

RGB 2344077
HSL0.970.820.54
HSV349°83°92°
CMYK 0.000.830.67   0.08
XYZ36.030019.54588.8949
Yxy19.54580.55890.3032
Hunter Lab44.210668.102219.0187
CIE-Lab51.319771.692629.2877

#ea284d color RGB value is (234,40,77).

#ea284d hex color red value is 234, green value is 40 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ea284d hue: 0.97 , saturation: 0.82 and the lightness value of ea284d is 0.54.

The process color (four color CMYK) of #ea284d color hex is 0.00, 0.83, 0.67, 0.08. Web safe color of #ea284d is #ff3366. Color #ea284d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101000 01001101
Octal 352 50 115
Decimal 234 40 77
Hex EA 28 4D

RGB Percentages of Color #ea284d

%66.67
%11.40
%21.94

CMYK Percentages of Color #ea284d

%0
%83
%67
%8

Triadic Colors of #ea284d

#ea284d #4dea28 #284dea

Analogous Colors of #ea284d

#ea284d #ea6428 #ea28ae

Monochromatic Colors of #ea284d

#ea284d

Complementary Color

#ea284d #28eac5

#ea284d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea284d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea284d Color CSS Codes

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

#ea284d Text Font Color

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

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


#ea284d Background Color

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

This div background color is #ea284d


#ea284d Border Color

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

This div border color is #ea284d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea284d


Comments

No comments written yet.

Please login to write comment.