Color Hex Logo

#965acb Color Hex

#965ACB
(150,90,203)
0 Favorites   0 Comments

Color spaces of #965acb

RGB 15090203
HSL0.760.520.57
HSV272°56°80°
CMYK 0.260.560.00   0.20
XYZ27.013318.108258.5714
Yxy18.10820.26050.1746
Hunter Lab42.553738.8436-51.8198
CIE-Lab49.627145.8625-49.5065

#965acb color RGB value is (150,90,203).

#965acb hex color red value is 150, green value is 90 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #965acb hue: 0.76 , saturation: 0.52 and the lightness value of 965acb is 0.57.

The process color (four color CMYK) of #965acb color hex is 0.26, 0.56, 0.00, 0.20. Web safe color of #965acb is #9966cc. Color #965acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011010 11001011
Octal 226 132 313
Decimal 150 90 203
Hex 96 5A CB

RGB Percentages of Color #965acb

%33.86
%20.32
%45.82

CMYK Percentages of Color #965acb

%26
%56
%0
%20

Triadic Colors of #965acb

#965acb #cb965a #5acb96

Analogous Colors of #965acb

#965acb #cb5ac8 #5e5acb

Monochromatic Colors of #965acb

#965acb

Complementary Color

#965acb #8fcb5a

#965acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#965acb Color CSS Codes

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

#965acb Text Font Color

<p style="color:#965acb">Text here</p>

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


#965acb Background Color

<div style="background-color:#965acb">
Div content here</div>

This div background color is #965acb


#965acb Border Color

<div style="border:3px solid #965acb">
Div here</div>

This div border color is #965acb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,90,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #965acb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #965acb;
  -webkit-box-shadow: 1px 1px 3px 2px #965acb;
  box-shadow:         1px 1px 3px 2px #965acb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965acb


Comments

No comments written yet.

Please login to write comment.