Color Hex Logo

#9917ce Color Hex

#9917CE
(153,23,206)
0 Favorites   0 Comments

Color spaces of #9917ce

RGB 15323206
HSL0.790.800.45
HSV283°89°81°
CMYK 0.260.890.00   0.19
XYZ24.583811.841359.3824
Yxy11.84130.25660.1236
Hunter Lab34.411267.3031-78.2272
CIE-Lab40.962873.0423-65.1923

#9917ce color RGB value is (153,23,206).

#9917ce hex color red value is 153, green value is 23 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9917ce hue: 0.79 , saturation: 0.80 and the lightness value of 9917ce is 0.45.

The process color (four color CMYK) of #9917ce color hex is 0.26, 0.89, 0.00, 0.19. Web safe color of #9917ce is #9900cc. Color #9917ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010111 11001110
Octal 231 27 316
Decimal 153 23 206
Hex 99 17 CE

RGB Percentages of Color #9917ce

%40.05
%6.02
%53.93

CMYK Percentages of Color #9917ce

%26
%89
%0
%19

Triadic Colors of #9917ce

#9917ce #ce9917 #17ce99

Analogous Colors of #9917ce

#9917ce #ce17a8 #3e17ce

Monochromatic Colors of #9917ce

#9917ce

Complementary Color

#9917ce #4cce17

#9917ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9917ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9917ce Color CSS Codes

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

#9917ce Text Font Color

<p style="color:#9917ce">Text here</p>

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


#9917ce Background Color

<div style="background-color:#9917ce">
Div content here</div>

This div background color is #9917ce


#9917ce Border Color

<div style="border:3px solid #9917ce">
Div here</div>

This div border color is #9917ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,23,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9917ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9917ce;
  -webkit-box-shadow: 1px 1px 3px 2px #9917ce;
  box-shadow:         1px 1px 3px 2px #9917ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,23,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 #9917ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9917ce


Comments

No comments written yet.

Please login to write comment.