Color Hex Logo

#962aaf Color Hex

#962AAF
(150,42,175)
0 Favorites   0 Comments

Color spaces of #962aaf

RGB 15042175
HSL0.800.610.43
HSV289°76°69°
CMYK 0.140.760.00   0.31
XYZ21.143511.235141.6116
Yxy11.23510.28580.1518
Hunter Lab33.518853.9390-50.1419
CIE-Lab39.973761.6925-48.6318

#962aaf color RGB value is (150,42,175).

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

The process color (four color CMYK) of #962aaf color hex is 0.14, 0.76, 0.00, 0.31. Web safe color of #962aaf is #993399. Color #962aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101010 10101111
Octal 226 52 257
Decimal 150 42 175
Hex 96 2A AF

RGB Percentages of Color #962aaf

%40.87
%11.44
%47.68

CMYK Percentages of Color #962aaf

%14
%76
%0
%31

Triadic Colors of #962aaf

#962aaf #af962a #2aaf96

Analogous Colors of #962aaf

#962aaf #af2a86 #542aaf

Monochromatic Colors of #962aaf

#962aaf

Complementary Color

#962aaf #43af2a

#962aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#962aaf Color CSS Codes

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

#962aaf Text Font Color

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

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


#962aaf Background Color

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

This div background color is #962aaf


#962aaf Border Color

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

This div border color is #962aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962aaf


Comments

No comments written yet.

Please login to write comment.