Color Hex Logo

#ea777e Color Hex

#EA777E
(234,119,126)
0 Favorites   0 Comments

Color spaces of #ea777e

RGB 234119126
HSL0.990.730.69
HSV356°49°92°
CMYK 0.000.490.46   0.08
XYZ44.294432.192423.6179
Yxy32.19240.44250.3216
Hunter Lab56.738340.059015.0368
CIE-Lab63.501644.971116.9033

#ea777e color RGB value is (234,119,126).

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

The process color (four color CMYK) of #ea777e color hex is 0.00, 0.49, 0.46, 0.08. Web safe color of #ea777e is #ff6666. Color #ea777e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110111 01111110
Octal 352 167 176
Decimal 234 119 126
Hex EA 77 7E

RGB Percentages of Color #ea777e

%48.85
%24.84
%26.30

CMYK Percentages of Color #ea777e

%0
%49
%46
%8

Triadic Colors of #ea777e

#ea777e #7eea77 #777eea

Analogous Colors of #ea777e

#ea777e #eaaa77 #ea77b8

Monochromatic Colors of #ea777e

#ea777e

Complementary Color

#ea777e #77eae3

#ea777e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea777e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea777e Color CSS Codes

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

#ea777e Text Font Color

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

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


#ea777e Background Color

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

This div background color is #ea777e


#ea777e Border Color

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

This div border color is #ea777e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea777e


Comments

No comments written yet.

Please login to write comment.