Color Hex Logo

#ea084d Color Hex

#EA084D
(234,8,77)
0 Favorites   0 Comments

Color spaces of #ea084d

RGB 234877
HSL0.950.930.47
HSV342°97°92°
CMYK 0.000.970.67   0.08
XYZ35.358118.20198.6709
Yxy18.20190.56820.2925
Hunter Lab42.663773.272817.8146
CIE-Lab49.740176.238027.2988

#ea084d color RGB value is (234,8,77).

#ea084d hex color red value is 234, green value is 8 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ea084d hue: 0.95 , saturation: 0.93 and the lightness value of ea084d is 0.47.

The process color (four color CMYK) of #ea084d color hex is 0.00, 0.97, 0.67, 0.08. Web safe color of #ea084d is #ff0066. Color #ea084d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001000 01001101
Octal 352 10 115
Decimal 234 8 77
Hex EA 8 4D

RGB Percentages of Color #ea084d

%73.35
%2.51
%24.14

CMYK Percentages of Color #ea084d

%0
%97
%67
%8

Triadic Colors of #ea084d

#ea084d #4dea08 #084dea

Analogous Colors of #ea084d

#ea084d #ea3408 #ea08be

Monochromatic Colors of #ea084d

#ea084d

Complementary Color

#ea084d #08eaa5

#ea084d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea084d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea084d Color CSS Codes

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

#ea084d Text Font Color

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

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


#ea084d Background Color

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

This div background color is #ea084d


#ea084d Border Color

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

This div border color is #ea084d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea084d


Comments

No comments written yet.

Please login to write comment.