Color Hex Logo

#961dbd Color Hex

#961DBD
(150,29,189)
0 Favorites   0 Comments

Color spaces of #961dbd

RGB 15029189
HSL0.790.730.43
HSV285°85°74°
CMYK 0.210.850.00   0.26
XYZ22.202311.036949.1043
Yxy11.03690.26960.1340
Hunter Lab33.221861.1542-64.3797
CIE-Lab39.642668.0946-57.4379

#961dbd color RGB value is (150,29,189).

#961dbd hex color red value is 150, green value is 29 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #961dbd hue: 0.79 , saturation: 0.73 and the lightness value of 961dbd is 0.43.

The process color (four color CMYK) of #961dbd color hex is 0.21, 0.85, 0.00, 0.26. Web safe color of #961dbd is #9933cc. Color #961dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011101 10111101
Octal 226 35 275
Decimal 150 29 189
Hex 96 1D BD

RGB Percentages of Color #961dbd

%40.76
%7.88
%51.36

CMYK Percentages of Color #961dbd

%21
%85
%0
%26

Triadic Colors of #961dbd

#961dbd #bd961d #1dbd96

Analogous Colors of #961dbd

#961dbd #bd1d94 #461dbd

Monochromatic Colors of #961dbd

#961dbd

Complementary Color

#961dbd #44bd1d

#961dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#961dbd Color CSS Codes

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

#961dbd Text Font Color

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

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


#961dbd Background Color

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

This div background color is #961dbd


#961dbd Border Color

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

This div border color is #961dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961dbd


Comments

No comments written yet.

Please login to write comment.