Color Hex Logo

#9460cc Color Hex

#9460CC
(148,96,204)
0 Favorites   0 Comments

Color spaces of #9460cc

RGB 14896204
HSL0.750.510.59
HSV269°53°80°
CMYK 0.270.530.00   0.20
XYZ27.294719.021359.3596
Yxy19.02130.25830.1800
Hunter Lab43.613435.3877-50.1667
CIE-Lab50.712142.3232-48.3621

#9460cc color RGB value is (148,96,204).

#9460cc hex color red value is 148, green value is 96 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9460cc hue: 0.75 , saturation: 0.51 and the lightness value of 9460cc is 0.59.

The process color (four color CMYK) of #9460cc color hex is 0.27, 0.53, 0.00, 0.20. Web safe color of #9460cc is #9966cc. Color #9460cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01100000 11001100
Octal 224 140 314
Decimal 148 96 204
Hex 94 60 CC

RGB Percentages of Color #9460cc

%33.04
%21.43
%45.54

CMYK Percentages of Color #9460cc

%27
%53
%0
%20

Triadic Colors of #9460cc

#9460cc #cc9460 #60cc94

Analogous Colors of #9460cc

#9460cc #ca60cc #6062cc

Monochromatic Colors of #9460cc

#9460cc

Complementary Color

#9460cc #98cc60

#9460cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9460cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9460cc Color CSS Codes

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

#9460cc Text Font Color

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

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


#9460cc Background Color

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

This div background color is #9460cc


#9460cc Border Color

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

This div border color is #9460cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,96,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 #9460cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9460cc


Comments

No comments written yet.

Please login to write comment.