Color Hex Logo

#960fae Color Hex

#960FAE
(150,15,174)
0 Favorites   0 Comments

Color spaces of #960fae

RGB 15015174
HSL0.810.840.37
HSV291°91°68°
CMYK 0.140.910.00   0.32
XYZ20.38859.881740.8772
Yxy9.88170.28660.1389
Hunter Lab31.435260.7616-55.0940
CIE-Lab37.629368.1478-51.8149

#960fae color RGB value is (150,15,174).

#960fae hex color red value is 150, green value is 15 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #960fae hue: 0.81 , saturation: 0.84 and the lightness value of 960fae is 0.37.

The process color (four color CMYK) of #960fae color hex is 0.14, 0.91, 0.00, 0.32. Web safe color of #960fae is #990099. Color #960fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001111 10101110
Octal 226 17 256
Decimal 150 15 174
Hex 96 F AE

RGB Percentages of Color #960fae

%44.25
%4.42
%51.33

CMYK Percentages of Color #960fae

%14
%91
%0
%32

Triadic Colors of #960fae

#960fae #ae960f #0fae96

Analogous Colors of #960fae

#960fae #ae0f77 #470fae

Monochromatic Colors of #960fae

#960fae

Complementary Color

#960fae #27ae0f

#960fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#960fae Color CSS Codes

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

#960fae Text Font Color

<p style="color:#960fae">Text here</p>

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


#960fae Background Color

<div style="background-color:#960fae">
Div content here</div>

This div background color is #960fae


#960fae Border Color

<div style="border:3px solid #960fae">
Div here</div>

This div border color is #960fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960fae


Comments

No comments written yet.

Please login to write comment.