Color Hex Logo

#ea7064 Color Hex

#EA7064
(234,112,100)
0 Favorites   0 Comments

Color spaces of #ea7064

RGB 234112100
HSL0.010.760.65
HSV57°92°
CMYK 0.000.520.57   0.08
XYZ42.026130.000915.6323
Yxy30.00090.47940.3422
Hunter Lab54.773141.106021.4197
CIE-Lab61.655046.197129.1628

#ea7064 color RGB value is (234,112,100).

#ea7064 hex color red value is 234, green value is 112 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ea7064 hue: 0.01 , saturation: 0.76 and the lightness value of ea7064 is 0.65.

The process color (four color CMYK) of #ea7064 color hex is 0.00, 0.52, 0.57, 0.08. Web safe color of #ea7064 is #ff6666. Color #ea7064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110000 01100100
Octal 352 160 144
Decimal 234 112 100
Hex EA 70 64

RGB Percentages of Color #ea7064

%52.47
%25.11
%22.42

CMYK Percentages of Color #ea7064

%0
%52
%57
%8

Triadic Colors of #ea7064

#ea7064 #64ea70 #7064ea

Analogous Colors of #ea7064

#ea7064 #eab364 #ea649b

Monochromatic Colors of #ea7064

#ea7064

Complementary Color

#ea7064 #64deea

#ea7064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7064 Color CSS Codes

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

#ea7064 Text Font Color

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

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


#ea7064 Background Color

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

This div background color is #ea7064


#ea7064 Border Color

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

This div border color is #ea7064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7064


Comments

No comments written yet.

Please login to write comment.