Color Hex Logo

#eb60ad Color Hex

#EB60AD
(235,96,173)
0 Favorites   0 Comments

Color spaces of #eb60ad

RGB 23596173
HSL0.910.780.65
HSV327°59°92°
CMYK 0.000.590.26   0.08
XYZ45.986629.045042.7177
Yxy29.04500.39050.2467
Hunter Lab53.893457.9984-9.2698
CIE-Lab60.821361.3989-13.9623

#eb60ad color RGB value is (235,96,173).

#eb60ad hex color red value is 235, green value is 96 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eb60ad hue: 0.91 , saturation: 0.78 and the lightness value of eb60ad is 0.65.

The process color (four color CMYK) of #eb60ad color hex is 0.00, 0.59, 0.26, 0.08. Web safe color of #eb60ad is #ff6699. Color #eb60ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100000 10101101
Octal 353 140 255
Decimal 235 96 173
Hex EB 60 AD

RGB Percentages of Color #eb60ad

%46.63
%19.05
%34.33

CMYK Percentages of Color #eb60ad

%0
%59
%26
%8

Triadic Colors of #eb60ad

#eb60ad #adeb60 #60adeb

Analogous Colors of #eb60ad

#eb60ad #eb6068 #e460eb

Monochromatic Colors of #eb60ad

#eb60ad

Complementary Color

#eb60ad #60eb9e

#eb60ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb60ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb60ad Color CSS Codes

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

#eb60ad Text Font Color

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

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


#eb60ad Background Color

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

This div background color is #eb60ad


#eb60ad Border Color

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

This div border color is #eb60ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb60ad


Comments

No comments written yet.

Please login to write comment.