Color Hex Logo

#965ade Color Hex

#965ADE
(150,90,222)
0 Favorites   0 Comments

Color spaces of #965ade

RGB 15090222
HSL0.740.670.61
HSV267°59°87°
CMYK 0.320.590.00   0.13
XYZ29.418719.070371.2376
Yxy19.07030.24570.1593
Hunter Lab43.669643.8277-66.1503
CIE-Lab50.769450.4203-58.5057

#965ade color RGB value is (150,90,222).

#965ade hex color red value is 150, green value is 90 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #965ade hue: 0.74 , saturation: 0.67 and the lightness value of 965ade is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011010 11011110
Octal 226 132 336
Decimal 150 90 222
Hex 96 5A DE

RGB Percentages of Color #965ade

%32.47
%19.48
%48.05

CMYK Percentages of Color #965ade

%32
%59
%0
%13

Triadic Colors of #965ade

#965ade #de965a #5ade96

Analogous Colors of #965ade

#965ade #d85ade #5a60de

Monochromatic Colors of #965ade

#965ade

Complementary Color

#965ade #a2de5a

#965ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#965ade Color CSS Codes

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

#965ade Text Font Color

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

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


#965ade Background Color

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

This div background color is #965ade


#965ade Border Color

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

This div border color is #965ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965ade


Comments

No comments written yet.

Please login to write comment.