Color Hex Logo

#eb259d Color Hex

#EB259D
(235,37,157)
0 Favorites   0 Comments

Color spaces of #eb259d

RGB 23537157
HSL0.900.830.53
HSV324°84°92°
CMYK 0.000.840.33   0.08
XYZ41.008321.419633.8713
Yxy21.41960.42580.2224
Hunter Lab46.281377.1705-10.9949
CIE-Lab53.405778.6542-15.8500

#eb259d color RGB value is (235,37,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100101 10011101
Octal 353 45 235
Decimal 235 37 157
Hex EB 25 9D

RGB Percentages of Color #eb259d

%54.78
%8.62
%36.60

CMYK Percentages of Color #eb259d

%0
%84
%33
%8

Triadic Colors of #eb259d

#eb259d #9deb25 #259deb

Analogous Colors of #eb259d

#eb259d #eb253a #d625eb

Monochromatic Colors of #eb259d

#eb259d

Complementary Color

#eb259d #25eb73

#eb259d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb259d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb259d Color CSS Codes

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

#eb259d Text Font Color

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

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


#eb259d Background Color

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

This div background color is #eb259d


#eb259d Border Color

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

This div border color is #eb259d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb259d


Comments

No comments written yet.

Please login to write comment.