Color Hex Logo

#ea7e84 Color Hex

#EA7E84
(234,126,132)
0 Favorites   0 Comments

Color spaces of #ea7e84

RGB 234126132
HSL0.990.720.71
HSV357°46°92°
CMYK 0.000.460.44   0.08
XYZ45.557434.080126.0068
Yxy34.08010.43120.3226
Hunter Lab58.378237.136814.4517
CIE-Lab65.026142.049915.6096

#ea7e84 color RGB value is (234,126,132).

#ea7e84 hex color red value is 234, green value is 126 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ea7e84 hue: 0.99 , saturation: 0.72 and the lightness value of ea7e84 is 0.71.

The process color (four color CMYK) of #ea7e84 color hex is 0.00, 0.46, 0.44, 0.08. Web safe color of #ea7e84 is #ff6699. Color #ea7e84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111110 10000100
Octal 352 176 204
Decimal 234 126 132
Hex EA 7E 84

RGB Percentages of Color #ea7e84

%47.56
%25.61
%26.83

CMYK Percentages of Color #ea7e84

%0
%46
%44
%8

Triadic Colors of #ea7e84

#ea7e84 #84ea7e #7e84ea

Analogous Colors of #ea7e84

#ea7e84 #eaae7e #ea7eba

Monochromatic Colors of #ea7e84

#ea7e84

Complementary Color

#ea7e84 #7eeae4

#ea7e84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7e84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7e84 Color CSS Codes

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

#ea7e84 Text Font Color

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

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


#ea7e84 Background Color

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

This div background color is #ea7e84


#ea7e84 Border Color

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

This div border color is #ea7e84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7e84


Comments

No comments written yet.

Please login to write comment.