Color Hex Logo

#ea7776 Color Hex

#EA7776
(234,119,118)
0 Favorites   0 Comments

Color spaces of #ea7776

RGB 234119118
HSL0.000.730.69
HSV50°92°
CMYK 0.000.490.50   0.08
XYZ43.798531.994121.0066
Yxy31.99410.45250.3305
Hunter Lab56.563339.231517.5751
CIE-Lab63.338044.224121.2241

#ea7776 color RGB value is (234,119,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110111 01110110
Octal 352 167 166
Decimal 234 119 118
Hex EA 77 76

RGB Percentages of Color #ea7776

%49.68
%25.27
%25.05

CMYK Percentages of Color #ea7776

%0
%49
%50
%8

Triadic Colors of #ea7776

#ea7776 #76ea77 #7776ea

Analogous Colors of #ea7776

#ea7776 #eab176 #ea76af

Monochromatic Colors of #ea7776

#ea7776

Complementary Color

#ea7776 #76e9ea

#ea7776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7776 Color CSS Codes

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

#ea7776 Text Font Color

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

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


#ea7776 Background Color

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

This div background color is #ea7776


#ea7776 Border Color

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

This div border color is #ea7776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7776


Comments

No comments written yet.

Please login to write comment.