Color Hex Logo

#ea7aaa Color Hex

#EA7AAA
(234,122,170)
0 Favorites   0 Comments

Color spaces of #ea7aaa

RGB 234122170
HSL0.930.730.70
HSV334°48°92°
CMYK 0.000.480.27   0.08
XYZ48.146934.313842.1158
Yxy34.31380.38650.2754
Hunter Lab58.578044.2027-1.6231
CIE-Lab65.210948.5311-5.7032

#ea7aaa color RGB value is (234,122,170).

#ea7aaa hex color red value is 234, green value is 122 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ea7aaa hue: 0.93 , saturation: 0.73 and the lightness value of ea7aaa is 0.70.

The process color (four color CMYK) of #ea7aaa color hex is 0.00, 0.48, 0.27, 0.08. Web safe color of #ea7aaa is #ff6699. Color #ea7aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111010 10101010
Octal 352 172 252
Decimal 234 122 170
Hex EA 7A AA

RGB Percentages of Color #ea7aaa

%44.49
%23.19
%32.32

CMYK Percentages of Color #ea7aaa

%0
%48
%27
%8

Triadic Colors of #ea7aaa

#ea7aaa #aaea7a #7aaaea

Analogous Colors of #ea7aaa

#ea7aaa #ea827a #ea7ae2

Monochromatic Colors of #ea7aaa

#ea7aaa

Complementary Color

#ea7aaa #7aeaba

#ea7aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7aaa Color CSS Codes

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

#ea7aaa Text Font Color

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

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


#ea7aaa Background Color

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

This div background color is #ea7aaa


#ea7aaa Border Color

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

This div border color is #ea7aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7aaa


Comments

No comments written yet.

Please login to write comment.