Color Hex Logo

#9460dd Color Hex

#9460DD
(148,96,221)
0 Favorites   0 Comments

Color spaces of #9460dd

RGB 14896221
HSL0.740.650.62
HSV265°57°87°
CMYK 0.330.570.00   0.13
XYZ29.446819.882170.6922
Yxy19.88210.24530.1657
Hunter Lab44.589339.8500-62.7862
CIE-Lab51.703646.5009-56.4507

#9460dd color RGB value is (148,96,221).

#9460dd hex color red value is 148, green value is 96 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9460dd hue: 0.74 , saturation: 0.65 and the lightness value of 9460dd is 0.62.

The process color (four color CMYK) of #9460dd color hex is 0.33, 0.57, 0.00, 0.13. Web safe color of #9460dd is #9966cc. Color #9460dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01100000 11011101
Octal 224 140 335
Decimal 148 96 221
Hex 94 60 DD

RGB Percentages of Color #9460dd

%31.83
%20.65
%47.53

CMYK Percentages of Color #9460dd

%33
%57
%0
%13

Triadic Colors of #9460dd

#9460dd #dd9460 #60dd94

Analogous Colors of #9460dd

#9460dd #d360dd #606bdd

Monochromatic Colors of #9460dd

#9460dd

Complementary Color

#9460dd #a9dd60

#9460dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9460dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9460dd Color CSS Codes

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

#9460dd Text Font Color

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

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


#9460dd Background Color

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

This div background color is #9460dd


#9460dd Border Color

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

This div border color is #9460dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,96,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9460dd


Comments

No comments written yet.

Please login to write comment.