Color Hex Logo

#eb9490 Color Hex

#EB9490
(235,148,144)
0 Favorites   0 Comments

Color spaces of #eb9490

RGB 235148144
HSL0.010.690.74
HSV39°92°
CMYK 0.000.370.39   0.08
XYZ49.884940.855631.6423
Yxy40.85560.40760.3338
Hunter Lab63.918427.452615.3918
CIE-Lab70.074632.306015.9299

#eb9490 color RGB value is (235,148,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010100 10010000
Octal 353 224 220
Decimal 235 148 144
Hex EB 94 90

RGB Percentages of Color #eb9490

%44.59
%28.08
%27.32

CMYK Percentages of Color #eb9490

%0
%37
%39
%8

Triadic Colors of #eb9490

#eb9490 #90eb94 #9490eb

Analogous Colors of #eb9490

#eb9490 #ebc290 #eb90ba

Monochromatic Colors of #eb9490

#eb9490

Complementary Color

#eb9490 #90e7eb

#eb9490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9490 Color CSS Codes

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

#eb9490 Text Font Color

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

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


#eb9490 Background Color

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

This div background color is #eb9490


#eb9490 Border Color

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

This div border color is #eb9490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9490


Comments

No comments written yet.

Please login to write comment.