Color Hex Logo

#961bcd Color Hex

#961BCD
(150,27,205)
0 Favorites   0 Comments

Color spaces of #961bcd

RGB 15027205
HSL0.780.770.45
HSV281°87°80°
CMYK 0.270.870.00   0.20
XYZ23.989111.675758.7469
Yxy11.67570.25410.1237
Hunter Lab34.169765.5202-78.0166
CIE-Lab40.696071.6024-65.0673

#961bcd color RGB value is (150,27,205).

#961bcd hex color red value is 150, green value is 27 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #961bcd hue: 0.78 , saturation: 0.77 and the lightness value of 961bcd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011011 11001101
Octal 226 33 315
Decimal 150 27 205
Hex 96 1B CD

RGB Percentages of Color #961bcd

%39.27
%7.07
%53.66

CMYK Percentages of Color #961bcd

%27
%87
%0
%20

Triadic Colors of #961bcd

#961bcd #cd961b #1bcd96

Analogous Colors of #961bcd

#961bcd #cd1bab #3d1bcd

Monochromatic Colors of #961bcd

#961bcd

Complementary Color

#961bcd #52cd1b

#961bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#961bcd Color CSS Codes

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

#961bcd Text Font Color

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

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


#961bcd Background Color

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

This div background color is #961bcd


#961bcd Border Color

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

This div border color is #961bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961bcd


Comments

No comments written yet.

Please login to write comment.