Color Hex Logo

#961edd Color Hex

#961EDD
(150,30,221)
0 Favorites   0 Comments

Color spaces of #961edd

RGB 15030221
HSL0.770.760.49
HSV278°86°87°
CMYK 0.320.860.00   0.13
XYZ26.093112.633069.4698
Yxy12.63300.24120.1168
Hunter Lab35.542968.8419-91.0042
CIE-Lab42.205074.0783-71.8237

#961edd color RGB value is (150,30,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011110 11011101
Octal 226 36 335
Decimal 150 30 221
Hex 96 1E DD

RGB Percentages of Color #961edd

%37.41
%7.48
%55.11

CMYK Percentages of Color #961edd

%32
%86
%0
%13

Triadic Colors of #961edd

#961edd #dd961e #1edd96

Analogous Colors of #961edd

#961edd #dd1ec5 #371edd

Monochromatic Colors of #961edd

#961edd

Complementary Color

#961edd #65dd1e

#961edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#961edd Color CSS Codes

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

#961edd Text Font Color

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

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


#961edd Background Color

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

This div background color is #961edd


#961edd Border Color

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

This div border color is #961edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961edd


Comments

No comments written yet.

Please login to write comment.