Color Hex Logo

#ea796f Color Hex

#EA796F
(234,121,111)
0 Favorites   0 Comments

Color spaces of #ea796f

RGB 234121111
HSL0.010.750.68
HSV53°92°
CMYK 0.000.480.53   0.08
XYZ43.638332.314918.9763
Yxy32.31490.45970.3404
Hunter Lab56.846237.545720.0003
CIE-Lab63.602342.613425.5297

#ea796f color RGB value is (234,121,111).

#ea796f hex color red value is 234, green value is 121 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ea796f hue: 0.01 , saturation: 0.75 and the lightness value of ea796f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 01101111
Octal 352 171 157
Decimal 234 121 111
Hex EA 79 6F

RGB Percentages of Color #ea796f

%50.21
%25.97
%23.82

CMYK Percentages of Color #ea796f

%0
%48
%53
%8

Triadic Colors of #ea796f

#ea796f #6fea79 #796fea

Analogous Colors of #ea796f

#ea796f #eab76f #ea6fa3

Monochromatic Colors of #ea796f

#ea796f

Complementary Color

#ea796f #6fe0ea

#ea796f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea796f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea796f Color CSS Codes

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

#ea796f Text Font Color

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

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


#ea796f Background Color

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

This div background color is #ea796f


#ea796f Border Color

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

This div border color is #ea796f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea796f


Comments

No comments written yet.

Please login to write comment.