Color Hex Logo

#eb777a Color Hex

#EB777A
(235,119,122)
0 Favorites   0 Comments

Color spaces of #eb777a

RGB 235119122
HSL1.000.740.69
HSV358°49°92°
CMYK 0.000.490.48   0.08
XYZ44.370632.261022.3008
Yxy32.26100.44850.3261
Hunter Lab56.798840.044516.4802
CIE-Lab63.558044.950019.2772

#eb777a color RGB value is (235,119,122).

#eb777a hex color red value is 235, green value is 119 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #eb777a hue: 1.00 , saturation: 0.74 and the lightness value of eb777a is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110111 01111010
Octal 353 167 172
Decimal 235 119 122
Hex EB 77 7A

RGB Percentages of Color #eb777a

%49.37
%25.00
%25.63

CMYK Percentages of Color #eb777a

%0
%49
%48
%8

Triadic Colors of #eb777a

#eb777a #7aeb77 #777aeb

Analogous Colors of #eb777a

#eb777a #ebae77 #eb77b4

Monochromatic Colors of #eb777a

#eb777a

Complementary Color

#eb777a #77ebe8

#eb777a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb777a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb777a Color CSS Codes

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

#eb777a Text Font Color

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

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


#eb777a Background Color

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

This div background color is #eb777a


#eb777a Border Color

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

This div border color is #eb777a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb777a


Comments

No comments written yet.

Please login to write comment.