color codes Logo

#ea716c color codes

#EA716C
(234,113,108)
0 Favorites   0 Comments

Color spaces of #ea716c

RGB 234113108
HSL0.010.750.67
HSV54°92°
CMYK 0.000.520.54   0.08
XYZ42.543630.385417.8100
Yxy30.38540.46890.3349
Hunter Lab55.123041.300219.4297
CIE-Lab61.985346.330325.0792

#ea716c color RGB value is (234,113,108).

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

The process color (four color CMYK) of #ea716c color code is 0.00, 0.52, 0.54, 0.08. Web safe color of #ea716c is #ff6666. Color #ea716c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110001 01101100
Octal 352 161 154
Decimal 234 113 108
Hex EA 71 6C

RGB Percentages of Color #ea716c

%51.43
%24.84
%23.74

CMYK Percentages of Color #ea716c

%0
%52
%54
%8

Triadic Colors of #ea716c

#ea716c #6cea71 #716cea

Analogous Colors of #ea716c

#ea716c #eab06c #ea6ca6

Monochromatic Colors of #ea716c

#ea716c

Complementary Color

#ea716c #6ce5ea

#ea716c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea716c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea716c Color CSS Codes

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

#ea716c Text Font Color

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

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


#ea716c Background Color

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

This div background color is #ea716c


#ea716c Border Color

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

This div border color is #ea716c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea716c


Comments

No comments written yet.

Please login to write comment.