Color Hex Logo

#9963dc Color Hex

#9963DC
(153,99,220)
0 Favorites   0 Comments

Color spaces of #9963dc

RGB 15399220
HSL0.740.630.63
HSV267°55°86°
CMYK 0.300.550.00   0.14
XYZ30.517020.863370.1287
Yxy20.86330.25120.1717
Hunter Lab45.676439.3247-59.0568
CIE-Lab52.799645.8271-54.0998

#9963dc color RGB value is (153,99,220).

#9963dc hex color red value is 153, green value is 99 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9963dc hue: 0.74 , saturation: 0.63 and the lightness value of 9963dc is 0.63.

The process color (four color CMYK) of #9963dc color hex is 0.30, 0.55, 0.00, 0.14. Web safe color of #9963dc is #9966cc. Color #9963dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100011 11011100
Octal 231 143 334
Decimal 153 99 220
Hex 99 63 DC

RGB Percentages of Color #9963dc

%32.42
%20.97
%46.61

CMYK Percentages of Color #9963dc

%30
%55
%0
%14

Triadic Colors of #9963dc

#9963dc #dc9963 #63dc99

Analogous Colors of #9963dc

#9963dc #d663dc #636adc

Monochromatic Colors of #9963dc

#9963dc

Complementary Color

#9963dc #a6dc63

#9963dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9963dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9963dc Color CSS Codes

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

#9963dc Text Font Color

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

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


#9963dc Background Color

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

This div background color is #9963dc


#9963dc Border Color

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

This div border color is #9963dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9963dc


Comments

No comments written yet.

Please login to write comment.