Color Hex Logo

#960acf Color Hex

#960ACF
(150,10,207)
0 Favorites   0 Comments

Color spaces of #960acf

RGB 15010207
HSL0.790.910.43
HSV283°95°81°
CMYK 0.280.950.00   0.19
XYZ23.948711.206159.9322
Yxy11.20610.25190.1179
Hunter Lab33.475569.1184-82.7158
CIE-Lab39.925474.7462-67.4835

#960acf color RGB value is (150,10,207).

#960acf hex color red value is 150, green value is 10 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #960acf hue: 0.79 , saturation: 0.91 and the lightness value of 960acf is 0.43.

The process color (four color CMYK) of #960acf color hex is 0.28, 0.95, 0.00, 0.19. Web safe color of #960acf is #9900cc. Color #960acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001010 11001111
Octal 226 12 317
Decimal 150 10 207
Hex 96 A CF

RGB Percentages of Color #960acf

%40.87
%2.72
%56.40

CMYK Percentages of Color #960acf

%28
%95
%0
%19

Triadic Colors of #960acf

#960acf #cf960a #0acf96

Analogous Colors of #960acf

#960acf #cf0aa6 #340acf

Monochromatic Colors of #960acf

#960acf

Complementary Color

#960acf #43cf0a

#960acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#960acf Color CSS Codes

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

#960acf Text Font Color

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

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


#960acf Background Color

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

This div background color is #960acf


#960acf Border Color

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

This div border color is #960acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960acf


Comments

No comments written yet.

Please login to write comment.