Color Hex Logo

#eb59de Color Hex

#EB59DE
(235,89,222)
0 Favorites   0 Comments

Color spaces of #eb59de

RGB 23589222
HSL0.850.780.64
HSV305°62°92°
CMYK 0.000.620.06   0.08
XYZ51.018130.080972.2245
Yxy30.08090.33270.1962
Hunter Lab54.846170.0611-39.6843
CIE-Lab61.724071.3314-40.4166

#eb59de color RGB value is (235,89,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011001 11011110
Octal 353 131 336
Decimal 235 89 222
Hex EB 59 DE

RGB Percentages of Color #eb59de

%43.04
%16.30
%40.66

CMYK Percentages of Color #eb59de

%0
%62
%6
%8

Triadic Colors of #eb59de

#eb59de #deeb59 #59deeb

Analogous Colors of #eb59de

#eb59de #eb5995 #af59eb

Monochromatic Colors of #eb59de

#eb59de

Complementary Color

#eb59de #59eb66

#eb59de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb59de Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb59de Color CSS Codes

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

#eb59de Text Font Color

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

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


#eb59de Background Color

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

This div background color is #eb59de


#eb59de Border Color

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

This div border color is #eb59de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb59de


Comments

No comments written yet.

Please login to write comment.