Color Hex Logo

#ea867c Color Hex

#EA867C
(234,134,124)
0 Favorites   0 Comments

Color spaces of #ea867c

RGB 234134124
HSL0.020.720.70
HSV47°92°
CMYK 0.000.430.47   0.08
XYZ46.094935.997923.5876
Yxy35.99790.43620.3406
Hunter Lab59.998232.139418.6896
CIE-Lab66.518337.150822.1559

#ea867c color RGB value is (234,134,124).

#ea867c hex color red value is 234, green value is 134 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ea867c hue: 0.02 , saturation: 0.72 and the lightness value of ea867c is 0.70.

The process color (four color CMYK) of #ea867c color hex is 0.00, 0.43, 0.47, 0.08. Web safe color of #ea867c is #ff9966. Color #ea867c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000110 01111100
Octal 352 206 174
Decimal 234 134 124
Hex EA 86 7C

RGB Percentages of Color #ea867c

%47.56
%27.24
%25.20

CMYK Percentages of Color #ea867c

%0
%43
%47
%8

Triadic Colors of #ea867c

#ea867c #7cea86 #867cea

Analogous Colors of #ea867c

#ea867c #eabd7c #ea7ca9

Monochromatic Colors of #ea867c

#ea867c

Complementary Color

#ea867c #7ce0ea

#ea867c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea867c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea867c Color CSS Codes

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

#ea867c Text Font Color

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

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


#ea867c Background Color

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

This div background color is #ea867c


#ea867c Border Color

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

This div border color is #ea867c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea867c


Comments

No comments written yet.

Please login to write comment.