Color Hex Logo

#ea7960 Color Hex

#EA7960
(234,121,96)
0 Favorites   0 Comments

Color spaces of #ea7960

RGB 23412196
HSL0.030.770.65
HSV11°59°92°
CMYK 0.000.480.59   0.08
XYZ42.880432.011714.9852
Yxy32.01170.47710.3562
Hunter Lab56.578936.269823.9020
CIE-Lab63.352641.443833.5551

#ea7960 color RGB value is (234,121,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 01100000
Octal 352 171 140
Decimal 234 121 96
Hex EA 79 60

RGB Percentages of Color #ea7960

%51.88
%26.83
%21.29

CMYK Percentages of Color #ea7960

%0
%48
%59
%8

Triadic Colors of #ea7960

#ea7960 #60ea79 #7960ea

Analogous Colors of #ea7960

#ea7960 #eabe60 #ea608c

Monochromatic Colors of #ea7960

#ea7960

Complementary Color

#ea7960 #60d1ea

#ea7960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7960 Color CSS Codes

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

#ea7960 Text Font Color

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

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


#ea7960 Background Color

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

This div background color is #ea7960


#ea7960 Border Color

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

This div border color is #ea7960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7960


Comments

No comments written yet.

Please login to write comment.