Color Hex Logo

#9630ca Color Hex

#9630CA
(150,48,202)
0 Favorites   0 Comments

Color spaces of #9630ca

RGB 15048202
HSL0.780.620.49
HSV280°76°79°
CMYK 0.260.760.00   0.21
XYZ24.295312.862257.0793
Yxy12.86220.25780.1365
Hunter Lab35.863958.1595-69.2584
CIE-Lab42.554964.9287-60.3069

#9630ca color RGB value is (150,48,202).

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

The process color (four color CMYK) of #9630ca color hex is 0.26, 0.76, 0.00, 0.21. Web safe color of #9630ca is #9933cc. Color #9630ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110000 11001010
Octal 226 60 312
Decimal 150 48 202
Hex 96 30 CA

RGB Percentages of Color #9630ca

%37.50
%12.00
%50.50

CMYK Percentages of Color #9630ca

%26
%76
%0
%21

Triadic Colors of #9630ca

#9630ca #ca9630 #30ca96

Analogous Colors of #9630ca

#9630ca #ca30b1 #4930ca

Monochromatic Colors of #9630ca

#9630ca

Complementary Color

#9630ca #64ca30

#9630ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9630ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9630ca Color CSS Codes

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

#9630ca Text Font Color

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

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


#9630ca Background Color

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

This div background color is #9630ca


#9630ca Border Color

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

This div border color is #9630ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9630ca


Comments

No comments written yet.

Please login to write comment.