Color Hex Logo

#965adf Color Hex

#965ADF
(150,90,223)
0 Favorites   0 Comments

Color spaces of #965adf

RGB 15090223
HSL0.740.680.61
HSV267°60°87°
CMYK 0.330.600.00   0.13
XYZ29.553119.124171.9457
Yxy19.12410.24500.1585
Hunter Lab43.731144.0993-66.9312
CIE-Lab50.832150.6642-58.9710

#965adf color RGB value is (150,90,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011010 11011111
Octal 226 132 337
Decimal 150 90 223
Hex 96 5A DF

RGB Percentages of Color #965adf

%32.40
%19.44
%48.16

CMYK Percentages of Color #965adf

%33
%60
%0
%13

Triadic Colors of #965adf

#965adf #df965a #5adf96

Analogous Colors of #965adf

#965adf #d95adf #5a61df

Monochromatic Colors of #965adf

#965adf

Complementary Color

#965adf #a3df5a

#965adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#965adf Color CSS Codes

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

#965adf Text Font Color

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

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


#965adf Background Color

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

This div background color is #965adf


#965adf Border Color

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

This div border color is #965adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965adf


Comments

No comments written yet.

Please login to write comment.