Color Hex Logo

#9656ca Color Hex

#9656CA
(150,86,202)
0 Favorites   0 Comments

Color spaces of #9656ca

RGB 15086202
HSL0.760.520.56
HSV273°57°79°
CMYK 0.260.570.00   0.21
XYZ26.566117.403957.8362
Yxy17.40390.26090.1710
Hunter Lab41.718040.6627-52.9948
CIE-Lab48.765047.7543-50.3095

#9656ca color RGB value is (150,86,202).

#9656ca hex color red value is 150, green value is 86 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9656ca hue: 0.76 , saturation: 0.52 and the lightness value of 9656ca is 0.56.

The process color (four color CMYK) of #9656ca color hex is 0.26, 0.57, 0.00, 0.21. Web safe color of #9656ca is #9966cc. Color #9656ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010110 11001010
Octal 226 126 312
Decimal 150 86 202
Hex 96 56 CA

RGB Percentages of Color #9656ca

%34.25
%19.63
%46.12

CMYK Percentages of Color #9656ca

%26
%57
%0
%21

Triadic Colors of #9656ca

#9656ca #ca9656 #56ca96

Analogous Colors of #9656ca

#9656ca #ca56c4 #5c56ca

Monochromatic Colors of #9656ca

#9656ca

Complementary Color

#9656ca #8aca56

#9656ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9656ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9656ca Color CSS Codes

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

#9656ca Text Font Color

<p style="color:#9656ca">Text here</p>

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


#9656ca Background Color

<div style="background-color:#9656ca">
Div content here</div>

This div background color is #9656ca


#9656ca Border Color

<div style="border:3px solid #9656ca">
Div here</div>

This div border color is #9656ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,86,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9656ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9656ca;
  -webkit-box-shadow: 1px 1px 3px 2px #9656ca;
  box-shadow:         1px 1px 3px 2px #9656ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9656ca


Comments

No comments written yet.

Please login to write comment.