Color Hex Logo

#ea7eac Color Hex

#EA7EAC
(234,126,172)
0 Favorites   0 Comments

Color spaces of #ea7eac

RGB 234126172
HSL0.930.720.71
HSV334°46°92°
CMYK 0.000.460.26   0.08
XYZ48.838935.392743.2871
Yxy35.39270.38300.2775
Hunter Lab59.491842.4264-1.4961
CIE-Lab66.053346.8006-5.5894

#ea7eac color RGB value is (234,126,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111110 10101100
Octal 352 176 254
Decimal 234 126 172
Hex EA 7E AC

RGB Percentages of Color #ea7eac

%43.98
%23.68
%32.33

CMYK Percentages of Color #ea7eac

%0
%46
%26
%8

Triadic Colors of #ea7eac

#ea7eac #acea7e #7eacea

Analogous Colors of #ea7eac

#ea7eac #ea867e #ea7ee2

Monochromatic Colors of #ea7eac

#ea7eac

Complementary Color

#ea7eac #7eeabc

#ea7eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7eac Color CSS Codes

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

#ea7eac Text Font Color

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

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


#ea7eac Background Color

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

This div background color is #ea7eac


#ea7eac Border Color

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

This div border color is #ea7eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7eac


Comments

No comments written yet.

Please login to write comment.