Color Hex Logo

#eb289d Color Hex

#EB289D
(235,40,157)
0 Favorites   0 Comments

Color spaces of #eb289d

RGB 23540157
HSL0.900.830.54
HSV324°83°92°
CMYK 0.000.830.33   0.08
XYZ41.105521.614133.9037
Yxy21.61410.42540.2237
Hunter Lab46.491076.4635-10.6938
CIE-Lab53.615178.0497-15.5321

#eb289d color RGB value is (235,40,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101000 10011101
Octal 353 50 235
Decimal 235 40 157
Hex EB 28 9D

RGB Percentages of Color #eb289d

%54.40
%9.26
%36.34

CMYK Percentages of Color #eb289d

%0
%83
%33
%8

Triadic Colors of #eb289d

#eb289d #9deb28 #289deb

Analogous Colors of #eb289d

#eb289d #eb283c #d828eb

Monochromatic Colors of #eb289d

#eb289d

Complementary Color

#eb289d #28eb76

#eb289d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb289d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb289d Color CSS Codes

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

#eb289d Text Font Color

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

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


#eb289d Background Color

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

This div background color is #eb289d


#eb289d Border Color

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

This div border color is #eb289d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb289d


Comments

No comments written yet.

Please login to write comment.