Color Hex Logo

#9960ea Color Hex

#9960EA
(153,96,234)
0 Favorites   0 Comments

Color spaces of #9960ea

RGB 15396234
HSL0.740.770.65
HSV265°59°92°
CMYK 0.350.590.00   0.08
XYZ32.171021.078680.2149
Yxy21.07860.24100.1579
Hunter Lab45.911444.7333-71.4515
CIE-Lab53.035450.8875-61.6056

#9960ea color RGB value is (153,96,234).

#9960ea hex color red value is 153, green value is 96 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9960ea hue: 0.74 , saturation: 0.77 and the lightness value of 9960ea is 0.65.

The process color (four color CMYK) of #9960ea color hex is 0.35, 0.59, 0.00, 0.08. Web safe color of #9960ea is #9966ff. Color #9960ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100000 11101010
Octal 231 140 352
Decimal 153 96 234
Hex 99 60 EA

RGB Percentages of Color #9960ea

%31.68
%19.88
%48.45

CMYK Percentages of Color #9960ea

%35
%59
%0
%8

Triadic Colors of #9960ea

#9960ea #ea9960 #60ea99

Analogous Colors of #9960ea

#9960ea #de60ea #606cea

Monochromatic Colors of #9960ea

#9960ea

Complementary Color

#9960ea #b1ea60

#9960ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9960ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9960ea Color CSS Codes

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

#9960ea Text Font Color

<p style="color:#9960ea">Text here</p>

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


#9960ea Background Color

<div style="background-color:#9960ea">
Div content here</div>

This div background color is #9960ea


#9960ea Border Color

<div style="border:3px solid #9960ea">
Div here</div>

This div border color is #9960ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,96,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9960ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9960ea;
  -webkit-box-shadow: 1px 1px 3px 2px #9960ea;
  box-shadow:         1px 1px 3px 2px #9960ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9960ea


Comments

No comments written yet.

Please login to write comment.