Color Hex Logo

#ea77af Color Hex

#EA77AF
(234,119,175)
0 Favorites   0 Comments

Color spaces of #ea77af

RGB 234119175
HSL0.920.730.69
HSV331°49°92°
CMYK 0.000.490.25   0.08
XYZ48.266433.781244.5340
Yxy33.78120.38130.2669
Hunter Lab58.121646.5204-4.7441
CIE-Lab64.788550.6811-9.1687

#ea77af color RGB value is (234,119,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110111 10101111
Octal 352 167 257
Decimal 234 119 175
Hex EA 77 AF

RGB Percentages of Color #ea77af

%44.32
%22.54
%33.14

CMYK Percentages of Color #ea77af

%0
%49
%25
%8

Triadic Colors of #ea77af

#ea77af #afea77 #77afea

Analogous Colors of #ea77af

#ea77af #ea7977 #ea77e9

Monochromatic Colors of #ea77af

#ea77af

Complementary Color

#ea77af #77eab2

#ea77af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea77af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea77af Color CSS Codes

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

#ea77af Text Font Color

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

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


#ea77af Background Color

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

This div background color is #ea77af


#ea77af Border Color

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

This div border color is #ea77af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea77af

#ea77af Color Palettes


Comments

No comments written yet.

Please login to write comment.