Color Hex Logo

#eb189f Color Hex

#EB189F
(235,24,159)
0 Favorites   0 Comments

Color spaces of #eb189f

RGB 23524159
HSL0.890.840.51
HSV322°90°92°
CMYK 0.000.900.32   0.08
XYZ40.845620.818634.6665
Yxy20.81860.42400.2161
Hunter Lab45.627479.9450-13.1078
CIE-Lab52.750480.9785-18.0321

#eb189f color RGB value is (235,24,159).

#eb189f hex color red value is 235, green value is 24 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #eb189f hue: 0.89 , saturation: 0.84 and the lightness value of eb189f is 0.51.

The process color (four color CMYK) of #eb189f color hex is 0.00, 0.90, 0.32, 0.08. Web safe color of #eb189f is #ff0099. Color #eb189f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011000 10011111
Octal 353 30 237
Decimal 235 24 159
Hex EB 18 9F

RGB Percentages of Color #eb189f

%56.22
%5.74
%38.04

CMYK Percentages of Color #eb189f

%0
%90
%32
%8

Triadic Colors of #eb189f

#eb189f #9feb18 #189feb

Analogous Colors of #eb189f

#eb189f #eb1835 #ce18eb

Monochromatic Colors of #eb189f

#eb189f

Complementary Color

#eb189f #18eb64

#eb189f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb189f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb189f Color CSS Codes

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

#eb189f Text Font Color

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

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


#eb189f Background Color

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

This div background color is #eb189f


#eb189f Border Color

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

This div border color is #eb189f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb189f


Comments

No comments written yet.

Please login to write comment.