Color Hex Logo

#eb60de Color Hex

#EB60DE
(235,96,222)
0 Favorites   0 Comments

Color spaces of #eb60de

RGB 23596222
HSL0.850.780.65
HSV306°59°92°
CMYK 0.000.590.06   0.08
XYZ51.628631.301872.4280
Yxy31.30180.33230.2015
Hunter Lab55.948066.8101-37.5908
CIE-Lab62.761668.4733-38.7913

#eb60de color RGB value is (235,96,222).

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

The process color (four color CMYK) of #eb60de color hex is 0.00, 0.59, 0.06, 0.08. Web safe color of #eb60de is #ff66cc. Color #eb60de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100000 11011110
Octal 353 140 336
Decimal 235 96 222
Hex EB 60 DE

RGB Percentages of Color #eb60de

%42.50
%17.36
%40.14

CMYK Percentages of Color #eb60de

%0
%59
%6
%8

Triadic Colors of #eb60de

#eb60de #deeb60 #60deeb

Analogous Colors of #eb60de

#eb60de #eb6099 #b360eb

Monochromatic Colors of #eb60de

#eb60de

Complementary Color

#eb60de #60eb6d

#eb60de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb60de Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb60de Color CSS Codes

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

#eb60de Text Font Color

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

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


#eb60de Background Color

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

This div background color is #eb60de


#eb60de Border Color

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

This div border color is #eb60de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb60de


Comments

No comments written yet.

Please login to write comment.