Color Hex Logo

#ea776f Color Hex

#EA776F
(234,119,111)
0 Favorites   0 Comments

Color spaces of #ea776f

RGB 234119111
HSL0.010.750.68
HSV53°92°
CMYK 0.000.490.53   0.08
XYZ43.397831.833818.8961
Yxy31.83380.46110.3382
Hunter Lab56.421438.559719.6382
CIE-Lab63.205343.614825.0028

#ea776f color RGB value is (234,119,111).

#ea776f hex color red value is 234, green value is 119 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ea776f hue: 0.01 , saturation: 0.75 and the lightness value of ea776f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110111 01101111
Octal 352 167 157
Decimal 234 119 111
Hex EA 77 6F

RGB Percentages of Color #ea776f

%50.43
%25.65
%23.92

CMYK Percentages of Color #ea776f

%0
%49
%53
%8

Triadic Colors of #ea776f

#ea776f #6fea77 #776fea

Analogous Colors of #ea776f

#ea776f #eab56f #ea6fa5

Monochromatic Colors of #ea776f

#ea776f

Complementary Color

#ea776f #6fe2ea

#ea776f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea776f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea776f Color CSS Codes

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

#ea776f Text Font Color

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

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


#ea776f Background Color

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

This div background color is #ea776f


#ea776f Border Color

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

This div border color is #ea776f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea776f


Comments

No comments written yet.

Please login to write comment.