Color Hex Logo

#961adf Color Hex

#961ADF
(150,26,223)
0 Favorites   0 Comments

Color spaces of #961adf

RGB 15026223
HSL0.770.790.49
HSV278°88°87°
CMYK 0.330.880.00   0.13
XYZ26.266412.550570.8501
Yxy12.55050.23950.1144
Hunter Lab35.426770.3485-93.7758
CIE-Lab42.078075.3435-73.1754

#961adf color RGB value is (150,26,223).

#961adf hex color red value is 150, green value is 26 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #961adf hue: 0.77 , saturation: 0.79 and the lightness value of 961adf is 0.49.

The process color (four color CMYK) of #961adf color hex is 0.33, 0.88, 0.00, 0.13. Web safe color of #961adf is #9933cc. Color #961adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011010 11011111
Octal 226 32 337
Decimal 150 26 223
Hex 96 1A DF

RGB Percentages of Color #961adf

%37.59
%6.52
%55.89

CMYK Percentages of Color #961adf

%33
%88
%0
%13

Triadic Colors of #961adf

#961adf #df961a #1adf96

Analogous Colors of #961adf

#961adf #df1ac6 #341adf

Monochromatic Colors of #961adf

#961adf

Complementary Color

#961adf #63df1a

#961adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#961adf Color CSS Codes

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

#961adf Text Font Color

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

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


#961adf Background Color

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

This div background color is #961adf


#961adf Border Color

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

This div border color is #961adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961adf


Comments

No comments written yet.

Please login to write comment.