Color Hex Logo

#eb909b Color Hex

#EB909B
(235,144,155)
0 Favorites   0 Comments

Color spaces of #eb909b

RGB 235144155
HSL0.980.690.74
HSV353°39°92°
CMYK 0.000.390.34   0.08
XYZ50.150639.975236.0831
Yxy39.97520.39740.3167
Hunter Lab63.225930.940210.4213
CIE-Lab69.451935.70518.9281

#eb909b color RGB value is (235,144,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010000 10011011
Octal 353 220 233
Decimal 235 144 155
Hex EB 90 9B

RGB Percentages of Color #eb909b

%44.01
%26.97
%29.03

CMYK Percentages of Color #eb909b

%0
%39
%34
%8

Triadic Colors of #eb909b

#eb909b #9beb90 #909beb

Analogous Colors of #eb909b

#eb909b #ebb390 #eb90c9

Monochromatic Colors of #eb909b

#eb909b

Complementary Color

#eb909b #90ebe0

#eb909b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb909b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb909b Color CSS Codes

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

#eb909b Text Font Color

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

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


#eb909b Background Color

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

This div background color is #eb909b


#eb909b Border Color

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

This div border color is #eb909b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb909b


Comments

No comments written yet.

Please login to write comment.