Color Hex Logo

#9e15ce Color Hex

#9E15CE
(158,21,206)
0 Favorites   0 Comments

Color spaces of #9e15ce

RGB 15821206
HSL0.790.810.45
HSV284°90°81°
CMYK 0.230.900.00   0.19
XYZ25.509312.261759.4148
Yxy12.26170.26250.1262
Hunter Lab35.016768.7561-76.0889
CIE-Lab41.629174.1189-64.0732

#9e15ce color RGB value is (158,21,206).

#9e15ce hex color red value is 158, green value is 21 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9e15ce hue: 0.79 , saturation: 0.81 and the lightness value of 9e15ce is 0.45.

The process color (four color CMYK) of #9e15ce color hex is 0.23, 0.90, 0.00, 0.19. Web safe color of #9e15ce is #9900cc. Color #9e15ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00010101 11001110
Octal 236 25 316
Decimal 158 21 206
Hex 9E 15 CE

RGB Percentages of Color #9e15ce

%41.04
%5.45
%53.51

CMYK Percentages of Color #9e15ce

%23
%90
%0
%19

Triadic Colors of #9e15ce

#9e15ce #ce9e15 #15ce9e

Analogous Colors of #9e15ce

#9e15ce #ce15a2 #4215ce

Monochromatic Colors of #9e15ce

#9e15ce

Complementary Color

#9e15ce #45ce15

#9e15ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e15ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e15ce Color CSS Codes

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

#9e15ce Text Font Color

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

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


#9e15ce Background Color

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

This div background color is #9e15ce


#9e15ce Border Color

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

This div border color is #9e15ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,21,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e15ce


Comments

No comments written yet.

Please login to write comment.