Color Hex Logo

#eb898a Color Hex

#EB898A
(235,137,138)
0 Favorites   0 Comments

Color spaces of #eb898a

RGB 235137138
HSL1.000.710.73
HSV359°42°92°
CMYK 0.000.420.41   0.08
XYZ47.794137.388528.7424
Yxy37.38850.41950.3282
Hunter Lab61.146132.516514.9324
CIE-Lab67.567537.397415.7845

#eb898a color RGB value is (235,137,138).

#eb898a hex color red value is 235, green value is 137 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #eb898a hue: 1.00 , saturation: 0.71 and the lightness value of eb898a is 0.73.

The process color (four color CMYK) of #eb898a color hex is 0.00, 0.42, 0.41, 0.08. Web safe color of #eb898a is #ff9999. Color #eb898a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001001 10001010
Octal 353 211 212
Decimal 235 137 138
Hex EB 89 8A

RGB Percentages of Color #eb898a

%46.08
%26.86
%27.06

CMYK Percentages of Color #eb898a

%0
%42
%41
%8

Triadic Colors of #eb898a

#eb898a #8aeb89 #898aeb

Analogous Colors of #eb898a

#eb898a #ebb989 #eb89bb

Monochromatic Colors of #eb898a

#eb898a

Complementary Color

#eb898a #89ebea

#eb898a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb898a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb898a Color CSS Codes

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

#eb898a Text Font Color

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

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


#eb898a Background Color

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

This div background color is #eb898a


#eb898a Border Color

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

This div border color is #eb898a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,137,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 #eb898a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb898a


Comments

No comments written yet.

Please login to write comment.