Color Hex Logo

#962dac Color Hex

#962DAC
(150,45,172)
0 Favorites   0 Comments

Color spaces of #962dac

RGB 15045172
HSL0.800.590.43
HSV290°74°67°
CMYK 0.130.740.00   0.33
XYZ20.962511.339440.1136
Yxy11.33940.28950.1566
Hunter Lab33.674052.1889-47.0564
CIE-Lab40.146360.0813-46.5711

#962dac color RGB value is (150,45,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101101 10101100
Octal 226 55 254
Decimal 150 45 172
Hex 96 2D AC

RGB Percentages of Color #962dac

%40.87
%12.26
%46.87

CMYK Percentages of Color #962dac

%13
%74
%0
%33

Triadic Colors of #962dac

#962dac #ac962d #2dac96

Analogous Colors of #962dac

#962dac #ac2d83 #562dac

Monochromatic Colors of #962dac

#962dac

Complementary Color

#962dac #43ac2d

#962dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#962dac Color CSS Codes

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

#962dac Text Font Color

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

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


#962dac Background Color

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

This div background color is #962dac


#962dac Border Color

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

This div border color is #962dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962dac


Comments

No comments written yet.

Please login to write comment.