Color Hex Logo

#eb908d Color Hex

#EB908D
(235,144,141)
0 Favorites   0 Comments

Color spaces of #eb908d

RGB 235144141
HSL0.010.700.74
HSV40°92°
CMYK 0.000.390.40   0.08
XYZ49.041939.531830.2449
Yxy39.53180.41270.3327
Hunter Lab62.874329.199715.4913
CIE-Lab69.134734.072416.2890

#eb908d color RGB value is (235,144,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010000 10001101
Octal 353 220 215
Decimal 235 144 141
Hex EB 90 8D

RGB Percentages of Color #eb908d

%45.19
%27.69
%27.12

CMYK Percentages of Color #eb908d

%0
%39
%40
%8

Triadic Colors of #eb908d

#eb908d #8deb90 #908deb

Analogous Colors of #eb908d

#eb908d #ebbf8d #eb8db9

Monochromatic Colors of #eb908d

#eb908d

Complementary Color

#eb908d #8de8eb

#eb908d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb908d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb908d Color CSS Codes

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

#eb908d Text Font Color

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

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


#eb908d Background Color

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

This div background color is #eb908d


#eb908d Border Color

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

This div border color is #eb908d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb908d


Comments

No comments written yet.

Please login to write comment.