Color Hex Logo

#ea779e Color Hex

#EA779E
(234,119,158)
0 Favorites   0 Comments

Color spaces of #ea779e

RGB 234119158
HSL0.940.730.69
HSV340°49°92°
CMYK 0.000.490.32   0.08
XYZ46.700133.154736.2859
Yxy33.15470.40210.2855
Hunter Lab57.580144.00642.9426
CIE-Lab64.286048.4847-0.2374

#ea779e color RGB value is (234,119,158).

#ea779e hex color red value is 234, green value is 119 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ea779e hue: 0.94 , saturation: 0.73 and the lightness value of ea779e is 0.69.

The process color (four color CMYK) of #ea779e color hex is 0.00, 0.49, 0.32, 0.08. Web safe color of #ea779e is #ff6699. Color #ea779e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110111 10011110
Octal 352 167 236
Decimal 234 119 158
Hex EA 77 9E

RGB Percentages of Color #ea779e

%45.79
%23.29
%30.92

CMYK Percentages of Color #ea779e

%0
%49
%32
%8

Triadic Colors of #ea779e

#ea779e #9eea77 #779eea

Analogous Colors of #ea779e

#ea779e #ea8a77 #ea77d8

Monochromatic Colors of #ea779e

#ea779e

Complementary Color

#ea779e #77eac3

#ea779e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea779e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea779e Color CSS Codes

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

#ea779e Text Font Color

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

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


#ea779e Background Color

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

This div background color is #ea779e


#ea779e Border Color

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

This div border color is #ea779e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea779e


Comments

No comments written yet.

Please login to write comment.