Color Hex Logo

#9630cd Color Hex

#9630CD
(150,48,205)
0 Favorites   0 Comments

Color spaces of #9630cd

RGB 15048205
HSL0.770.620.50
HSV279°77°80°
CMYK 0.270.770.00   0.20
XYZ24.654113.005758.9685
Yxy13.00570.25510.1346
Hunter Lab36.063458.9173-71.7027
CIE-Lab42.771865.5480-61.6927

#9630cd color RGB value is (150,48,205).

#9630cd hex color red value is 150, green value is 48 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9630cd hue: 0.77 , saturation: 0.62 and the lightness value of 9630cd is 0.50.

The process color (four color CMYK) of #9630cd color hex is 0.27, 0.77, 0.00, 0.20. Web safe color of #9630cd is #9933cc. Color #9630cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110000 11001101
Octal 226 60 315
Decimal 150 48 205
Hex 96 30 CD

RGB Percentages of Color #9630cd

%37.22
%11.91
%50.87

CMYK Percentages of Color #9630cd

%27
%77
%0
%20

Triadic Colors of #9630cd

#9630cd #cd9630 #30cd96

Analogous Colors of #9630cd

#9630cd #cd30b6 #4830cd

Monochromatic Colors of #9630cd

#9630cd

Complementary Color

#9630cd #67cd30

#9630cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9630cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9630cd Color CSS Codes

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

#9630cd Text Font Color

<p style="color:#9630cd">Text here</p>

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


#9630cd Background Color

<div style="background-color:#9630cd">
Div content here</div>

This div background color is #9630cd


#9630cd Border Color

<div style="border:3px solid #9630cd">
Div here</div>

This div border color is #9630cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,48,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9630cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9630cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9630cd;
  box-shadow:         1px 1px 3px 2px #9630cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,48,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9630cd


Comments

No comments written yet.

Please login to write comment.