Color Hex Logo

#ea7baa Color Hex

#EA7BAA
(234,123,170)
0 Favorites   0 Comments

Color spaces of #ea7baa

RGB 234123170
HSL0.930.730.70
HSV335°47°92°
CMYK 0.000.470.27   0.08
XYZ48.270334.560642.1570
Yxy34.56060.38620.2765
Hunter Lab58.788343.6846-1.3650
CIE-Lab65.405148.0341-5.4158

#ea7baa color RGB value is (234,123,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111011 10101010
Octal 352 173 252
Decimal 234 123 170
Hex EA 7B AA

RGB Percentages of Color #ea7baa

%44.40
%23.34
%32.26

CMYK Percentages of Color #ea7baa

%0
%47
%27
%8

Triadic Colors of #ea7baa

#ea7baa #aaea7b #7baaea

Analogous Colors of #ea7baa

#ea7baa #ea847b #ea7be2

Monochromatic Colors of #ea7baa

#ea7baa

Complementary Color

#ea7baa #7beabb

#ea7baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7baa Color CSS Codes

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

#ea7baa Text Font Color

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

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


#ea7baa Background Color

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

This div background color is #ea7baa


#ea7baa Border Color

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

This div border color is #ea7baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7baa

#ea7baa Color Palettes


Comments

No comments written yet.

Please login to write comment.