Color Hex Logo

#9963ce Color Hex

#9963CE
(153,99,206)
0 Favorites   0 Comments

Color spaces of #9963ce

RGB 15399206
HSL0.750.520.60
HSV270°52°81°
CMYK 0.260.520.00   0.19
XYZ28.739320.152260.7676
Yxy20.15220.26210.1838
Hunter Lab44.891235.7159-48.8349
CIE-Lab52.008942.4537-47.4081

#9963ce color RGB value is (153,99,206).

#9963ce hex color red value is 153, green value is 99 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9963ce hue: 0.75 , saturation: 0.52 and the lightness value of 9963ce is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100011 11001110
Octal 231 143 316
Decimal 153 99 206
Hex 99 63 CE

RGB Percentages of Color #9963ce

%33.41
%21.62
%44.98

CMYK Percentages of Color #9963ce

%26
%52
%0
%19

Triadic Colors of #9963ce

#9963ce #ce9963 #63ce99

Analogous Colors of #9963ce

#9963ce #ce63ce #6363ce

Monochromatic Colors of #9963ce

#9963ce

Complementary Color

#9963ce #98ce63

#9963ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9963ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9963ce Color CSS Codes

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

#9963ce Text Font Color

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

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


#9963ce Background Color

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

This div background color is #9963ce


#9963ce Border Color

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

This div border color is #9963ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9963ce


Comments

No comments written yet.

Please login to write comment.