Color Hex Logo

#ea756c Color Hex

#EA756C
(234,117,108)
0 Favorites   0 Comments

Color spaces of #ea756c

RGB 234117108
HSL0.010.750.67
HSV54°92°
CMYK 0.000.500.54   0.08
XYZ42.999731.297717.9621
Yxy31.29770.46610.3392
Hunter Lab55.944339.295320.1248
CIE-Lab62.758144.361226.1011

#ea756c color RGB value is (234,117,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110101 01101100
Octal 352 165 154
Decimal 234 117 108
Hex EA 75 6C

RGB Percentages of Color #ea756c

%50.98
%25.49
%23.53

CMYK Percentages of Color #ea756c

%0
%50
%54
%8

Triadic Colors of #ea756c

#ea756c #6cea75 #756cea

Analogous Colors of #ea756c

#ea756c #eab46c #ea6ca2

Monochromatic Colors of #ea756c

#ea756c

Complementary Color

#ea756c #6ce1ea

#ea756c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea756c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea756c Color CSS Codes

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

#ea756c Text Font Color

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

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


#ea756c Background Color

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

This div background color is #ea756c


#ea756c Border Color

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

This div border color is #ea756c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea756c


Comments

No comments written yet.

Please login to write comment.