Color Hex Logo

#ea756f Color Hex

#EA756F
(234,117,111)
0 Favorites   0 Comments

Color spaces of #ea756f

RGB 234117111
HSL0.010.750.68
HSV53°92°
CMYK 0.000.500.53   0.08
XYZ43.162231.362718.8176
Yxy31.36270.46240.3360
Hunter Lab56.002439.569419.2794
CIE-Lab62.812644.609324.4805

#ea756f color RGB value is (234,117,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110101 01101111
Octal 352 165 157
Decimal 234 117 111
Hex EA 75 6F

RGB Percentages of Color #ea756f

%50.65
%25.32
%24.03

CMYK Percentages of Color #ea756f

%0
%50
%53
%8

Triadic Colors of #ea756f

#ea756f #6fea75 #756fea

Analogous Colors of #ea756f

#ea756f #eab36f #ea6fa7

Monochromatic Colors of #ea756f

#ea756f

Complementary Color

#ea756f #6fe4ea

#ea756f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea756f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea756f Color CSS Codes

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

#ea756f Text Font Color

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

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


#ea756f Background Color

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

This div background color is #ea756f


#ea756f Border Color

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

This div border color is #ea756f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,117,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 #ea756f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea756f


Comments

No comments written yet.

Please login to write comment.