Color Hex Logo

#e959eb Color Hex

#E959EB
(233,89,235)
0 Favorites   0 Comments

Color spaces of #e959eb

RGB 23389235
HSL0.830.780.64
HSV299°62°92°
CMYK 0.010.620.00   0.08
XYZ52.172030.466681.7281
Yxy30.46660.31740.1854
Hunter Lab55.196672.1249-49.1516
CIE-Lab62.054772.9463-47.1837

#e959eb color RGB value is (233,89,235).

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

The process color (four color CMYK) of #e959eb color hex is 0.01, 0.62, 0.00, 0.08. Web safe color of #e959eb is #ff66ff. Color #e959eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011001 11101011
Octal 351 131 353
Decimal 233 89 235
Hex E9 59 EB

RGB Percentages of Color #e959eb

%41.83
%15.98
%42.19

CMYK Percentages of Color #e959eb

%1
%62
%0
%8

Triadic Colors of #e959eb

#e959eb #ebe959 #59ebe9

Analogous Colors of #e959eb

#e959eb #eb59a4 #a059eb

Monochromatic Colors of #e959eb

#e959eb

Complementary Color

#e959eb #5beb59

#e959eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e959eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e959eb Color CSS Codes

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

#e959eb Text Font Color

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

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


#e959eb Background Color

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

This div background color is #e959eb


#e959eb Border Color

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

This div border color is #e959eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e959eb


Comments

No comments written yet.

Please login to write comment.