Color Hex Logo

#9d17fc Color Hex

#9D17FC
(157,23,252)
0 Favorites   0 Comments

Color spaces of #9d17fc

RGB 15723252
HSL0.760.970.54
HSV275°91°99°
CMYK 0.380.910.00   0.01
XYZ31.781714.809293.2788
Yxy14.80920.22720.1059
Hunter Lab38.482780.0729-116.7759
CIE-Lab45.371882.5093-84.1359

#9d17fc color RGB value is (157,23,252).

#9d17fc hex color red value is 157, green value is 23 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9d17fc hue: 0.76 , saturation: 0.97 and the lightness value of 9d17fc is 0.54.

The process color (four color CMYK) of #9d17fc color hex is 0.38, 0.91, 0.00, 0.01. Web safe color of #9d17fc is #9900ff. Color #9d17fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00010111 11111100
Octal 235 27 374
Decimal 157 23 252
Hex 9D 17 FC

RGB Percentages of Color #9d17fc

%36.34
%5.32
%58.33

CMYK Percentages of Color #9d17fc

%38
%91
%0
%1

Triadic Colors of #9d17fc

#9d17fc #fc9d17 #17fc9d

Analogous Colors of #9d17fc

#9d17fc #fc17e9 #2a17fc

Monochromatic Colors of #9d17fc

#9d17fc

Complementary Color

#9d17fc #76fc17

#9d17fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d17fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d17fc Color CSS Codes

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

#9d17fc Text Font Color

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

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


#9d17fc Background Color

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

This div background color is #9d17fc


#9d17fc Border Color

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

This div border color is #9d17fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,23,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d17fc


Comments

No comments written yet.

Please login to write comment.