Color Hex Logo

#ea7061 Color Hex

#EA7061
(234,112,97)
1 Favorites   0 Comments

Color spaces of #ea7061

RGB 23411297
HSL0.020.770.65
HSV59°92°
CMYK 0.000.520.59   0.08
XYZ41.883529.943814.8815
Yxy29.94380.48300.3453
Hunter Lab54.720940.862622.1806
CIE-Lab61.605745.978230.7820

#ea7061 color RGB value is (234,112,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110000 01100001
Octal 352 160 141
Decimal 234 112 97
Hex EA 70 61

RGB Percentages of Color #ea7061

%52.82
%25.28
%21.90

CMYK Percentages of Color #ea7061

%0
%52
%59
%8

Triadic Colors of #ea7061

#ea7061 #61ea70 #7061ea

Analogous Colors of #ea7061

#ea7061 #eab561 #ea6197

Monochromatic Colors of #ea7061

#ea7061

Complementary Color

#ea7061 #61dbea

#ea7061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7061 Color CSS Codes

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

#ea7061 Text Font Color

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

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


#ea7061 Background Color

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

This div background color is #ea7061


#ea7061 Border Color

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

This div border color is #ea7061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7061


Comments

No comments written yet.

Please login to write comment.