Color Hex Logo

#eb777d Color Hex

#EB777D
(235,119,125)
0 Favorites   0 Comments

Color spaces of #eb777d

RGB 235119125
HSL0.990.740.69
HSV357°49°92°
CMYK 0.000.490.47   0.08
XYZ44.559432.336523.2951
Yxy32.33650.44470.3227
Hunter Lab56.865240.358015.5172
CIE-Lab63.620045.232117.6575

#eb777d color RGB value is (235,119,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110111 01111101
Octal 353 167 175
Decimal 235 119 125
Hex EB 77 7D

RGB Percentages of Color #eb777d

%49.06
%24.84
%26.10

CMYK Percentages of Color #eb777d

%0
%49
%47
%8

Triadic Colors of #eb777d

#eb777d #7deb77 #777deb

Analogous Colors of #eb777d

#eb777d #ebab77 #eb77b7

Monochromatic Colors of #eb777d

#eb777d

Complementary Color

#eb777d #77ebe5

#eb777d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb777d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb777d Color CSS Codes

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

#eb777d Text Font Color

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

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


#eb777d Background Color

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

This div background color is #eb777d


#eb777d Border Color

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

This div border color is #eb777d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb777d


Comments

No comments written yet.

Please login to write comment.