Color Hex Logo

#9d63cf Color Hex

#9D63CF
(157,99,207)
0 Favorites   0 Comments

Color spaces of #9d63cf

RGB 15799207
HSL0.760.530.60
HSV272°52°81°
CMYK 0.240.520.00   0.19
XYZ29.629020.596861.4454
Yxy20.59680.26530.1844
Hunter Lab45.383737.1132-48.5047
CIE-Lab52.505443.7415-47.1620

#9d63cf color RGB value is (157,99,207).

#9d63cf hex color red value is 157, green value is 99 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9d63cf hue: 0.76 , saturation: 0.53 and the lightness value of 9d63cf is 0.60.

The process color (four color CMYK) of #9d63cf color hex is 0.24, 0.52, 0.00, 0.19. Web safe color of #9d63cf is #9966cc. Color #9d63cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01100011 11001111
Octal 235 143 317
Decimal 157 99 207
Hex 9D 63 CF

RGB Percentages of Color #9d63cf

%33.91
%21.38
%44.71

CMYK Percentages of Color #9d63cf

%24
%52
%0
%19

Triadic Colors of #9d63cf

#9d63cf #cf9d63 #63cf9d

Analogous Colors of #9d63cf

#9d63cf #cf63cb #6763cf

Monochromatic Colors of #9d63cf

#9d63cf

Complementary Color

#9d63cf #95cf63

#9d63cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d63cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d63cf Color CSS Codes

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

#9d63cf Text Font Color

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

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


#9d63cf Background Color

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

This div background color is #9d63cf


#9d63cf Border Color

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

This div border color is #9d63cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d63cf


Comments

No comments written yet.

Please login to write comment.