Color Hex Logo

#965afa Color Hex

#965AFA
(150,90,250)
0 Favorites   0 Comments

Color spaces of #965afa

RGB 15090250
HSL0.730.940.67
HSV263°64°98°
CMYK 0.400.640.00   0.02
XYZ33.489220.698592.6726
Yxy20.69850.22800.1409
Hunter Lab45.495651.7761-88.9243
CIE-Lab52.617957.3827-71.2301

#965afa color RGB value is (150,90,250).

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

The process color (four color CMYK) of #965afa color hex is 0.40, 0.64, 0.00, 0.02. Web safe color of #965afa is #9966ff. Color #965afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011010 11111010
Octal 226 132 372
Decimal 150 90 250
Hex 96 5A FA

RGB Percentages of Color #965afa

%30.61
%18.37
%51.02

CMYK Percentages of Color #965afa

%40
%64
%0
%2

Triadic Colors of #965afa

#965afa #fa965a #5afa96

Analogous Colors of #965afa

#965afa #e65afa #5a6efa

Monochromatic Colors of #965afa

#965afa

Complementary Color

#965afa #befa5a

#965afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#965afa Color CSS Codes

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

#965afa Text Font Color

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

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


#965afa Background Color

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

This div background color is #965afa


#965afa Border Color

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

This div border color is #965afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965afa


Comments

No comments written yet.

Please login to write comment.