Color Hex Logo

#eb259f Color Hex

#EB259F
(235,37,159)
0 Favorites   0 Comments

Color spaces of #eb259f

RGB 23537159
HSL0.900.830.53
HSV323°84°92°
CMYK 0.000.840.32   0.08
XYZ41.180521.488534.7781
Yxy21.48850.42260.2205
Hunter Lab46.355777.4496-12.0330
CIE-Lab53.480078.8619-16.9205

#eb259f color RGB value is (235,37,159).

#eb259f hex color red value is 235, green value is 37 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #eb259f hue: 0.90 , saturation: 0.83 and the lightness value of eb259f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100101 10011111
Octal 353 45 237
Decimal 235 37 159
Hex EB 25 9F

RGB Percentages of Color #eb259f

%54.52
%8.58
%36.89

CMYK Percentages of Color #eb259f

%0
%84
%32
%8

Triadic Colors of #eb259f

#eb259f #9feb25 #259feb

Analogous Colors of #eb259f

#eb259f #eb253c #d425eb

Monochromatic Colors of #eb259f

#eb259f

Complementary Color

#eb259f #25eb71

#eb259f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb259f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb259f Color CSS Codes

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

#eb259f Text Font Color

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

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


#eb259f Background Color

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

This div background color is #eb259f


#eb259f Border Color

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

This div border color is #eb259f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb259f


Comments

No comments written yet.

Please login to write comment.