Color Hex Logo

#eb059f Color Hex

#EB059F
(235,5,159)
0 Favorites   0 Comments

Color spaces of #eb059f

RGB 2355159
HSL0.890.960.47
HSV320°98°92°
CMYK 0.000.980.32   0.08
XYZ40.573220.273934.5757
Yxy20.27390.42520.2125
Hunter Lab45.026582.0490-14.0100
CIE-Lab52.145582.7452-18.9557

#eb059f color RGB value is (235,5,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000101 10011111
Octal 353 5 237
Decimal 235 5 159
Hex EB 5 9F

RGB Percentages of Color #eb059f

%58.90
%1.25
%39.85

CMYK Percentages of Color #eb059f

%0
%98
%32
%8

Triadic Colors of #eb059f

#eb059f #9feb05 #059feb

Analogous Colors of #eb059f

#eb059f #eb052c #c405eb

Monochromatic Colors of #eb059f

#eb059f

Complementary Color

#eb059f #05eb51

#eb059f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb059f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb059f Color CSS Codes

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

#eb059f Text Font Color

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

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


#eb059f Background Color

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

This div background color is #eb059f


#eb059f Border Color

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

This div border color is #eb059f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,5,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 #eb059f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb059f


Comments

No comments written yet.

Please login to write comment.