Color Hex Logo

#eb799d Color Hex

#EB799D
(235,121,157)
0 Favorites   0 Comments

Color spaces of #eb799d

RGB 235121157
HSL0.950.740.70
HSV341°49°92°
CMYK 0.000.490.33   0.08
XYZ47.184133.771235.9299
Yxy33.77120.40370.2889
Hunter Lab58.113043.23304.0215
CIE-Lab64.780647.71121.0703

#eb799d color RGB value is (235,121,157).

#eb799d hex color red value is 235, green value is 121 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #eb799d hue: 0.95 , saturation: 0.74 and the lightness value of eb799d is 0.70.

The process color (four color CMYK) of #eb799d color hex is 0.00, 0.49, 0.33, 0.08. Web safe color of #eb799d is #ff6699. Color #eb799d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111001 10011101
Octal 353 171 235
Decimal 235 121 157
Hex EB 79 9D

RGB Percentages of Color #eb799d

%45.81
%23.59
%30.60

CMYK Percentages of Color #eb799d

%0
%49
%33
%8

Triadic Colors of #eb799d

#eb799d #9deb79 #799deb

Analogous Colors of #eb799d

#eb799d #eb8e79 #eb79d6

Monochromatic Colors of #eb799d

#eb799d

Complementary Color

#eb799d #79ebc7

#eb799d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb799d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb799d Color CSS Codes

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

#eb799d Text Font Color

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

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


#eb799d Background Color

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

This div background color is #eb799d


#eb799d Border Color

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

This div border color is #eb799d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb799d


Comments

No comments written yet.

Please login to write comment.