Color Hex Logo

#965fad Color Hex

#965FAD
(150,95,173)
0 Favorites   0 Comments

Color spaces of #965fad

RGB 15095173
HSL0.780.320.53
HSV282°45°68°
CMYK 0.130.450.00   0.32
XYZ24.212717.685641.6727
Yxy17.68560.28970.2116
Hunter Lab42.054329.1763-29.3141
CIE-Lab49.112536.3029-32.9461

#965fad color RGB value is (150,95,173).

#965fad hex color red value is 150, green value is 95 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #965fad hue: 0.78 , saturation: 0.32 and the lightness value of 965fad is 0.53.

The process color (four color CMYK) of #965fad color hex is 0.13, 0.45, 0.00, 0.32. Web safe color of #965fad is #996699. Color #965fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011111 10101101
Octal 226 137 255
Decimal 150 95 173
Hex 96 5F AD

RGB Percentages of Color #965fad

%35.89
%22.73
%41.39

CMYK Percentages of Color #965fad

%13
%45
%0
%32

Triadic Colors of #965fad

#965fad #ad965f #5fad96

Analogous Colors of #965fad

#965fad #ad5f9d #6f5fad

Monochromatic Colors of #965fad

#965fad

Complementary Color

#965fad #76ad5f

#965fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#965fad Color CSS Codes

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

#965fad Text Font Color

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

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


#965fad Background Color

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

This div background color is #965fad


#965fad Border Color

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

This div border color is #965fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965fad

#965fad Color Palettes


Comments

No comments written yet.

Please login to write comment.