Color Hex Logo

#eb9991 Color Hex

#EB9991
(235,153,145)
0 Favorites   0 Comments

Color spaces of #eb9991

RGB 235153145
HSL0.010.690.75
HSV38°92°
CMYK 0.000.350.38   0.08
XYZ50.763042.489032.3138
Yxy42.48900.40430.3384
Hunter Lab65.183624.939116.2364
CIE-Lab71.206829.778816.9513

#eb9991 color RGB value is (235,153,145).

#eb9991 hex color red value is 235, green value is 153 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #eb9991 hue: 0.01 , saturation: 0.69 and the lightness value of eb9991 is 0.75.

The process color (four color CMYK) of #eb9991 color hex is 0.00, 0.35, 0.38, 0.08. Web safe color of #eb9991 is #ff9999. Color #eb9991 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011001 10010001
Octal 353 231 221
Decimal 235 153 145
Hex EB 99 91

RGB Percentages of Color #eb9991

%44.09
%28.71
%27.20

CMYK Percentages of Color #eb9991

%0
%35
%38
%8

Triadic Colors of #eb9991

#eb9991 #91eb99 #9991eb

Analogous Colors of #eb9991

#eb9991 #ebc691 #eb91b6

Monochromatic Colors of #eb9991

#eb9991

Complementary Color

#eb9991 #91e3eb

#eb9991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9991 Color CSS Codes

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

#eb9991 Text Font Color

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

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


#eb9991 Background Color

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

This div background color is #eb9991


#eb9991 Border Color

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

This div border color is #eb9991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9991


Comments

No comments written yet.

Please login to write comment.