Color Hex Logo

#9d60fe Color Hex

#9D60FE
(157,96,254)
0 Favorites   0 Comments

Color spaces of #9d60fe

RGB 15796254
HSL0.730.990.69
HSV263°62°100°
CMYK 0.380.620.00   0.00
XYZ35.976922.689696.2493
Yxy22.68960.23220.1465
Hunter Lab47.633651.4594-86.4589
CIE-Lab54.751256.7241-69.9598

#9d60fe color RGB value is (157,96,254).

#9d60fe hex color red value is 157, green value is 96 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9d60fe hue: 0.73 , saturation: 0.99 and the lightness value of 9d60fe is 0.69.

The process color (four color CMYK) of #9d60fe color hex is 0.38, 0.62, 0.00, 0.00. Web safe color of #9d60fe is #9966ff. Color #9d60fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01100000 11111110
Octal 235 140 376
Decimal 157 96 254
Hex 9D 60 FE

RGB Percentages of Color #9d60fe

%30.97
%18.93
%50.10

CMYK Percentages of Color #9d60fe

%38
%62
%0
%0

Triadic Colors of #9d60fe

#9d60fe #fe9d60 #60fe9d

Analogous Colors of #9d60fe

#9d60fe #ec60fe #6072fe

Monochromatic Colors of #9d60fe

#9d60fe

Complementary Color

#9d60fe #c1fe60

#9d60fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d60fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d60fe Color CSS Codes

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

#9d60fe Text Font Color

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

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


#9d60fe Background Color

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

This div background color is #9d60fe


#9d60fe Border Color

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

This div border color is #9d60fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,96,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d60fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d60fe;
  -webkit-box-shadow: 1px 1px 3px 2px #9d60fe;
  box-shadow:         1px 1px 3px 2px #9d60fe; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d60fe

Related Colors


Comments

No comments written yet.

Please login to write comment.