Color Hex Logo

#9648cc Color Hex

#9648CC
(150,72,204)
0 Favorites   0 Comments

Color spaces of #9648cc

RGB 15072204
HSL0.770.560.54
HSV275°65°80°
CMYK 0.260.650.00   0.20
XYZ25.794115.478458.7549
Yxy15.47840.25790.1547
Hunter Lab39.342648.1800-61.0049
CIE-Lab46.282655.2564-55.4426

#9648cc color RGB value is (150,72,204).

#9648cc hex color red value is 150, green value is 72 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9648cc hue: 0.77 , saturation: 0.56 and the lightness value of 9648cc is 0.54.

The process color (four color CMYK) of #9648cc color hex is 0.26, 0.65, 0.00, 0.20. Web safe color of #9648cc is #9933cc. Color #9648cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001000 11001100
Octal 226 110 314
Decimal 150 72 204
Hex 96 48 CC

RGB Percentages of Color #9648cc

%35.21
%16.90
%47.89

CMYK Percentages of Color #9648cc

%26
%65
%0
%20

Triadic Colors of #9648cc

#9648cc #cc9648 #48cc96

Analogous Colors of #9648cc

#9648cc #cc48c0 #5448cc

Monochromatic Colors of #9648cc

#9648cc

Complementary Color

#9648cc #7ecc48

#9648cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9648cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9648cc Color CSS Codes

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

#9648cc Text Font Color

<p style="color:#9648cc">Text here</p>

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


#9648cc Background Color

<div style="background-color:#9648cc">
Div content here</div>

This div background color is #9648cc


#9648cc Border Color

<div style="border:3px solid #9648cc">
Div here</div>

This div border color is #9648cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,72,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9648cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9648cc;
  -webkit-box-shadow: 1px 1px 3px 2px #9648cc;
  box-shadow:         1px 1px 3px 2px #9648cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9648cc


Comments

No comments written yet.

Please login to write comment.