Color Hex Logo

#962dad Color Hex

#962DAD
(150,45,173)
0 Favorites   0 Comments

Color spaces of #962dad

RGB 15045173
HSL0.800.590.43
HSV289°74°68°
CMYK 0.130.740.00   0.32
XYZ21.058911.377940.6214
Yxy11.37790.28820.1557
Hunter Lab33.731152.4109-47.7894
CIE-Lab40.209860.2701-47.0642

#962dad color RGB value is (150,45,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101101 10101101
Octal 226 55 255
Decimal 150 45 173
Hex 96 2D AD

RGB Percentages of Color #962dad

%40.76
%12.23
%47.01

CMYK Percentages of Color #962dad

%13
%74
%0
%32

Triadic Colors of #962dad

#962dad #ad962d #2dad96

Analogous Colors of #962dad

#962dad #ad2d84 #562dad

Monochromatic Colors of #962dad

#962dad

Complementary Color

#962dad #44ad2d

#962dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#962dad Color CSS Codes

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

#962dad Text Font Color

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

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


#962dad Background Color

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

This div background color is #962dad


#962dad Border Color

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

This div border color is #962dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962dad


Comments

No comments written yet.

Please login to write comment.