Color Hex Logo

#961acf Color Hex

#961ACF
(150,26,207)
0 Favorites   0 Comments

Color spaces of #961acf

RGB 15026207
HSL0.780.780.46
HSV281°87°81°
CMYK 0.280.870.00   0.19
XYZ24.209611.727860.0192
Yxy11.72780.25230.1222
Hunter Lab34.245966.2576-79.9393
CIE-Lab40.780272.2046-66.0891

#961acf color RGB value is (150,26,207).

#961acf hex color red value is 150, green value is 26 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #961acf hue: 0.78 , saturation: 0.78 and the lightness value of 961acf is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011010 11001111
Octal 226 32 317
Decimal 150 26 207
Hex 96 1A CF

RGB Percentages of Color #961acf

%39.16
%6.79
%54.05

CMYK Percentages of Color #961acf

%28
%87
%0
%19

Triadic Colors of #961acf

#961acf #cf961a #1acf96

Analogous Colors of #961acf

#961acf #cf1aae #3c1acf

Monochromatic Colors of #961acf

#961acf

Complementary Color

#961acf #53cf1a

#961acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#961acf Color CSS Codes

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

#961acf Text Font Color

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

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


#961acf Background Color

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

This div background color is #961acf


#961acf Border Color

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

This div border color is #961acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961acf


Comments

No comments written yet.

Please login to write comment.