Color Hex Logo

#9e51de Color Hex

#9E51DE
(158,81,222)
0 Favorites   0 Comments

Color spaces of #9e51de

RGB 15881222
HSL0.760.680.59
HSV273°64°87°
CMYK 0.290.640.00   0.13
XYZ30.227818.427971.0710
Yxy18.42790.25250.1539
Hunter Lab42.927750.5682-68.1109
CIE-Lab50.011056.7616-59.6777

#9e51de color RGB value is (158,81,222).

#9e51de hex color red value is 158, green value is 81 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9e51de hue: 0.76 , saturation: 0.68 and the lightness value of 9e51de is 0.59.

The process color (four color CMYK) of #9e51de color hex is 0.29, 0.64, 0.00, 0.13. Web safe color of #9e51de is #9966cc. Color #9e51de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01010001 11011110
Octal 236 121 336
Decimal 158 81 222
Hex 9E 51 DE

RGB Percentages of Color #9e51de

%34.27
%17.57
%48.16

CMYK Percentages of Color #9e51de

%29
%64
%0
%13

Triadic Colors of #9e51de

#9e51de #de9e51 #51de9e

Analogous Colors of #9e51de

#9e51de #de51d8 #5851de

Monochromatic Colors of #9e51de

#9e51de

Complementary Color

#9e51de #91de51

#9e51de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e51de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e51de Color CSS Codes

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

#9e51de Text Font Color

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

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


#9e51de Background Color

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

This div background color is #9e51de


#9e51de Border Color

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

This div border color is #9e51de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,81,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e51de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e51de;
  -webkit-box-shadow: 1px 1px 3px 2px #9e51de;
  box-shadow:         1px 1px 3px 2px #9e51de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,81,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 #9e51de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e51de


Comments

No comments written yet.

Please login to write comment.