Color Hex Logo

#961aed Color Hex

#961AED
(150,26,237)
0 Favorites   0 Comments

Color spaces of #961aed

RGB 15026237
HSL0.760.850.52
HSV275°89°93°
CMYK 0.370.890.00   0.07
XYZ28.233113.337281.2071
Yxy13.33720.23000.1086
Hunter Lab36.520174.0851-106.2747
CIE-Lab43.267078.1522-79.1894

#961aed color RGB value is (150,26,237).

#961aed hex color red value is 150, green value is 26 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #961aed hue: 0.76 , saturation: 0.85 and the lightness value of 961aed is 0.52.

The process color (four color CMYK) of #961aed color hex is 0.37, 0.89, 0.00, 0.07. Web safe color of #961aed is #9933ff. Color #961aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011010 11101101
Octal 226 32 355
Decimal 150 26 237
Hex 96 1A ED

RGB Percentages of Color #961aed

%36.32
%6.30
%57.38

CMYK Percentages of Color #961aed

%37
%89
%0
%7

Triadic Colors of #961aed

#961aed #ed961a #1aed96

Analogous Colors of #961aed

#961aed #ed1adb #2c1aed

Monochromatic Colors of #961aed

#961aed

Complementary Color

#961aed #71ed1a

#961aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#961aed Color CSS Codes

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

#961aed Text Font Color

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

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


#961aed Background Color

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

This div background color is #961aed


#961aed Border Color

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

This div border color is #961aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961aed


Comments

No comments written yet.

Please login to write comment.