Color Hex Logo

#ea7daa Color Hex

#EA7DAA
(234,125,170)
0 Favorites   0 Comments

Color spaces of #ea7daa

RGB 234125170
HSL0.930.720.70
HSV335°47°92°
CMYK 0.000.470.27   0.08
XYZ48.521035.061942.2405
Yxy35.06190.38560.2787
Hunter Lab59.213142.6454-0.8462
CIE-Lab65.796847.0351-4.8366

#ea7daa color RGB value is (234,125,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111101 10101010
Octal 352 175 252
Decimal 234 125 170
Hex EA 7D AA

RGB Percentages of Color #ea7daa

%44.23
%23.63
%32.14

CMYK Percentages of Color #ea7daa

%0
%47
%27
%8

Triadic Colors of #ea7daa

#ea7daa #aaea7d #7daaea

Analogous Colors of #ea7daa

#ea7daa #ea877d #ea7de1

Monochromatic Colors of #ea7daa

#ea7daa

Complementary Color

#ea7daa #7deabd

#ea7daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7daa Color CSS Codes

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

#ea7daa Text Font Color

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

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


#ea7daa Background Color

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

This div background color is #ea7daa


#ea7daa Border Color

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

This div border color is #ea7daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7daa


Comments

No comments written yet.

Please login to write comment.