Color Hex Logo

#9317dc Color Hex

#9317DC
(147,23,220)
0 Favorites   0 Comments

Color spaces of #9317dc

RGB 14723220
HSL0.770.810.48
HSV278°90°86°
CMYK 0.330.900.00   0.14
XYZ25.257311.983168.6919
Yxy11.98310.23840.1131
Hunter Lab34.616669.6598-93.4212
CIE-Lab41.189274.9491-72.9298

#9317dc color RGB value is (147,23,220).

#9317dc hex color red value is 147, green value is 23 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9317dc hue: 0.77 , saturation: 0.81 and the lightness value of 9317dc is 0.48.

The process color (four color CMYK) of #9317dc color hex is 0.33, 0.90, 0.00, 0.14. Web safe color of #9317dc is #9900cc. Color #9317dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00010111 11011100
Octal 223 27 334
Decimal 147 23 220
Hex 93 17 DC

RGB Percentages of Color #9317dc

%37.69
%5.90
%56.41

CMYK Percentages of Color #9317dc

%33
%90
%0
%14

Triadic Colors of #9317dc

#9317dc #dc9317 #17dc93

Analogous Colors of #9317dc

#9317dc #dc17c3 #3117dc

Monochromatic Colors of #9317dc

#9317dc

Complementary Color

#9317dc #60dc17

#9317dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9317dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9317dc Color CSS Codes

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

#9317dc Text Font Color

<p style="color:#9317dc">Text here</p>

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


#9317dc Background Color

<div style="background-color:#9317dc">
Div content here</div>

This div background color is #9317dc


#9317dc Border Color

<div style="border:3px solid #9317dc">
Div here</div>

This div border color is #9317dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,23,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9317dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9317dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9317dc;
  box-shadow:         1px 1px 3px 2px #9317dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9317dc


Comments

No comments written yet.

Please login to write comment.