Color Hex Logo

#ea064c Color Hex

#EA064C
(234,6,76)
0 Favorites   0 Comments

Color spaces of #ea064c

RGB 234676
HSL0.950.950.47
HSV342°97°92°
CMYK 0.000.970.68   0.08
XYZ35.301318.14458.4791
Yxy18.14450.57010.2930
Hunter Lab42.596473.386418.0154
CIE-Lab49.670976.343527.8187

#ea064c color RGB value is (234,6,76).

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

The process color (four color CMYK) of #ea064c color hex is 0.00, 0.97, 0.68, 0.08. Web safe color of #ea064c is #ff0033. Color #ea064c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000110 01001100
Octal 352 6 114
Decimal 234 6 76
Hex EA 6 4C

RGB Percentages of Color #ea064c

%74.05
%1.90
%24.05

CMYK Percentages of Color #ea064c

%0
%97
%68
%8

Triadic Colors of #ea064c

#ea064c #4cea06 #064cea

Analogous Colors of #ea064c

#ea064c #ea3206 #ea06be

Monochromatic Colors of #ea064c

#ea064c

Complementary Color

#ea064c #06eaa4

#ea064c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea064c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea064c Color CSS Codes

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

#ea064c Text Font Color

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

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


#ea064c Background Color

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

This div background color is #ea064c


#ea064c Border Color

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

This div border color is #ea064c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea064c


Comments

No comments written yet.

Please login to write comment.