Color Hex Logo

#9615fe Color Hex

#9615FE
(150,21,254)
0 Favorites   0 Comments

Color spaces of #9615fe

RGB 15021254
HSL0.760.990.54
HSV273°92°100°
CMYK 0.410.920.00   0.00
XYZ30.735214.176194.8823
Yxy14.17610.21990.1014
Hunter Lab37.651279.8227-123.0571
CIE-Lab44.484482.4823-86.7480

#9615fe color RGB value is (150,21,254).

#9615fe hex color red value is 150, green value is 21 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9615fe hue: 0.76 , saturation: 0.99 and the lightness value of 9615fe is 0.54.

The process color (four color CMYK) of #9615fe color hex is 0.41, 0.92, 0.00, 0.00. Web safe color of #9615fe is #9900ff. Color #9615fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010101 11111110
Octal 226 25 376
Decimal 150 21 254
Hex 96 15 FE

RGB Percentages of Color #9615fe

%35.29
%4.94
%59.76

CMYK Percentages of Color #9615fe

%41
%92
%0
%0

Triadic Colors of #9615fe

#9615fe #fe9615 #15fe96

Analogous Colors of #9615fe

#9615fe #fe15f2 #2115fe

Monochromatic Colors of #9615fe

#9615fe

Complementary Color

#9615fe #7dfe15

#9615fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9615fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9615fe Color CSS Codes

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

#9615fe Text Font Color

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

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


#9615fe Background Color

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

This div background color is #9615fe


#9615fe Border Color

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

This div border color is #9615fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,21,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9615fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9615fe;
  -webkit-box-shadow: 1px 1px 3px 2px #9615fe;
  box-shadow:         1px 1px 3px 2px #9615fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9615fe


Comments

No comments written yet.

Please login to write comment.