Color Hex Logo

#eb908a Color Hex

#EB908A
(235,144,138)
0 Favorites   0 Comments

Color spaces of #eb908a

RGB 235144138
HSL0.010.710.73
HSV41°92°
CMYK 0.000.390.41   0.08
XYZ48.821739.443729.0850
Yxy39.44370.41600.3361
Hunter Lab62.804228.852016.5054
CIE-Lab69.071533.744117.8698

#eb908a color RGB value is (235,144,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010000 10001010
Octal 353 220 212
Decimal 235 144 138
Hex EB 90 8A

RGB Percentages of Color #eb908a

%45.45
%27.85
%26.69

CMYK Percentages of Color #eb908a

%0
%39
%41
%8

Triadic Colors of #eb908a

#eb908a #8aeb90 #908aeb

Analogous Colors of #eb908a

#eb908a #ebc18a #eb8ab5

Monochromatic Colors of #eb908a

#eb908a

Complementary Color

#eb908a #8ae5eb

#eb908a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb908a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb908a Color CSS Codes

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

#eb908a Text Font Color

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

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


#eb908a Background Color

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

This div background color is #eb908a


#eb908a Border Color

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

This div border color is #eb908a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb908a


Comments

No comments written yet.

Please login to write comment.