Color Hex Logo

#962fad Color Hex

#962FAD
(150,47,173)
0 Favorites   0 Comments

Color spaces of #962fad

RGB 15047173
HSL0.800.570.43
HSV289°73°68°
CMYK 0.130.730.00   0.32
XYZ21.137011.534240.6474
Yxy11.53420.28830.1573
Hunter Lab33.962051.6597-47.1877
CIE-Lab40.466059.5392-46.6531

#962fad color RGB value is (150,47,173).

#962fad hex color red value is 150, green value is 47 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #962fad hue: 0.80 , saturation: 0.57 and the lightness value of 962fad is 0.43.

The process color (four color CMYK) of #962fad color hex is 0.13, 0.73, 0.00, 0.32. Web safe color of #962fad is #993399. Color #962fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101111 10101101
Octal 226 57 255
Decimal 150 47 173
Hex 96 2F AD

RGB Percentages of Color #962fad

%40.54
%12.70
%46.76

CMYK Percentages of Color #962fad

%13
%73
%0
%32

Triadic Colors of #962fad

#962fad #ad962f #2fad96

Analogous Colors of #962fad

#962fad #ad2f85 #572fad

Monochromatic Colors of #962fad

#962fad

Complementary Color

#962fad #46ad2f

#962fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#962fad Color CSS Codes

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

#962fad Text Font Color

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

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


#962fad Background Color

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

This div background color is #962fad


#962fad Border Color

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

This div border color is #962fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962fad


Comments

No comments written yet.

Please login to write comment.