Color Hex Logo

#9659dd Color Hex

#9659DD
(150,89,221)
0 Favorites   0 Comments

Color spaces of #9659dd

RGB 15089221
HSL0.740.660.61
HSV268°60°87°
CMYK 0.320.600.00   0.13
XYZ29.201218.849270.5058
Yxy18.84920.24630.1590
Hunter Lab43.415744.0810-65.8943
CIE-Lab50.510350.7013-58.3558

#9659dd color RGB value is (150,89,221).

#9659dd hex color red value is 150, green value is 89 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9659dd hue: 0.74 , saturation: 0.66 and the lightness value of 9659dd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011001 11011101
Octal 226 131 335
Decimal 150 89 221
Hex 96 59 DD

RGB Percentages of Color #9659dd

%32.61
%19.35
%48.04

CMYK Percentages of Color #9659dd

%32
%60
%0
%13

Triadic Colors of #9659dd

#9659dd #dd9659 #59dd96

Analogous Colors of #9659dd

#9659dd #d859dd #595edd

Monochromatic Colors of #9659dd

#9659dd

Complementary Color

#9659dd #a0dd59

#9659dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9659dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9659dd Color CSS Codes

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

#9659dd Text Font Color

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

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


#9659dd Background Color

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

This div background color is #9659dd


#9659dd Border Color

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

This div border color is #9659dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,89,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 #9659dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9659dd


Comments

No comments written yet.

Please login to write comment.