Color Hex Logo

#965aca Color Hex

#965ACA
(150,90,202)
0 Favorites   0 Comments

Color spaces of #965aca

RGB 15090202
HSL0.760.510.57
HSV272°55°79°
CMYK 0.260.550.00   0.21
XYZ26.894518.060657.9457
Yxy18.06060.26140.1755
Hunter Lab42.497838.5918-51.0935
CIE-Lab49.569545.6280-49.0245

#965aca color RGB value is (150,90,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011010 11001010
Octal 226 132 312
Decimal 150 90 202
Hex 96 5A CA

RGB Percentages of Color #965aca

%33.94
%20.36
%45.70

CMYK Percentages of Color #965aca

%26
%55
%0
%21

Triadic Colors of #965aca

#965aca #ca965a #5aca96

Analogous Colors of #965aca

#965aca #ca5ac6 #5e5aca

Monochromatic Colors of #965aca

#965aca

Complementary Color

#965aca #8eca5a

#965aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#965aca Color CSS Codes

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

#965aca Text Font Color

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

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


#965aca Background Color

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

This div background color is #965aca


#965aca Border Color

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

This div border color is #965aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965aca


Comments

No comments written yet.

Please login to write comment.