Color Hex Logo

#eb459f Color Hex

#EB459F
(235,69,159)
0 Favorites   0 Comments

Color spaces of #eb459f

RGB 23569159
HSL0.910.810.60
HSV327°71°92°
CMYK 0.000.710.32   0.08
XYZ42.647124.421635.2670
Yxy24.42160.41670.2386
Hunter Lab49.418267.5607-7.7192
CIE-Lab56.507570.2518-12.3384

#eb459f color RGB value is (235,69,159).

#eb459f hex color red value is 235, green value is 69 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #eb459f hue: 0.91 , saturation: 0.81 and the lightness value of eb459f is 0.60.

The process color (four color CMYK) of #eb459f color hex is 0.00, 0.71, 0.32, 0.08. Web safe color of #eb459f is #ff3399. Color #eb459f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000101 10011111
Octal 353 105 237
Decimal 235 69 159
Hex EB 45 9F

RGB Percentages of Color #eb459f

%50.76
%14.90
%34.34

CMYK Percentages of Color #eb459f

%0
%71
%32
%8

Triadic Colors of #eb459f

#eb459f #9feb45 #459feb

Analogous Colors of #eb459f

#eb459f #eb454c #e445eb

Monochromatic Colors of #eb459f

#eb459f

Complementary Color

#eb459f #45eb91

#eb459f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb459f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb459f Color CSS Codes

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

#eb459f Text Font Color

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

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


#eb459f Background Color

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

This div background color is #eb459f


#eb459f Border Color

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

This div border color is #eb459f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb459f


Comments

No comments written yet.

Please login to write comment.