Color Hex Logo

#962aae Color Hex

#962AAE
(150,42,174)
0 Favorites   0 Comments

Color spaces of #962aae

RGB 15042174
HSL0.800.610.42
HSV289°76°68°
CMYK 0.140.760.00   0.32
XYZ21.045611.196041.0962
Yxy11.19600.28700.1527
Hunter Lab33.460453.7154-49.3979
CIE-Lab39.908661.5044-48.1422

#962aae color RGB value is (150,42,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101010 10101110
Octal 226 52 256
Decimal 150 42 174
Hex 96 2A AE

RGB Percentages of Color #962aae

%40.98
%11.48
%47.54

CMYK Percentages of Color #962aae

%14
%76
%0
%32

Triadic Colors of #962aae

#962aae #ae962a #2aae96

Analogous Colors of #962aae

#962aae #ae2a84 #542aae

Monochromatic Colors of #962aae

#962aae

Complementary Color

#962aae #42ae2a

#962aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#962aae Color CSS Codes

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

#962aae Text Font Color

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

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


#962aae Background Color

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

This div background color is #962aae


#962aae Border Color

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

This div border color is #962aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962aae


Comments

No comments written yet.

Please login to write comment.