Color Hex Logo

#eb798a Color Hex

#EB798A
(235,121,138)
0 Favorites   0 Comments

Color spaces of #eb798a

RGB 235121138
HSL0.980.740.70
HSV351°49°92°
CMYK 0.000.490.41   0.08
XYZ45.685833.171928.0397
Yxy33.17190.42740.3103
Hunter Lab57.595140.799211.4517
CIE-Lab64.299945.547511.2049

#eb798a color RGB value is (235,121,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111001 10001010
Octal 353 171 212
Decimal 235 121 138
Hex EB 79 8A

RGB Percentages of Color #eb798a

%47.57
%24.49
%27.94

CMYK Percentages of Color #eb798a

%0
%49
%41
%8

Triadic Colors of #eb798a

#eb798a #8aeb79 #798aeb

Analogous Colors of #eb798a

#eb798a #eba179 #eb79c3

Monochromatic Colors of #eb798a

#eb798a

Complementary Color

#eb798a #79ebda

#eb798a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb798a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb798a Color CSS Codes

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

#eb798a Text Font Color

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

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


#eb798a Background Color

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

This div background color is #eb798a


#eb798a Border Color

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

This div border color is #eb798a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb798a


Comments

No comments written yet.

Please login to write comment.