Color Hex Logo

#960dbd Color Hex

#960DBD
(150,13,189)
0 Favorites   0 Comments

Color spaces of #960dbd

RGB 15013189
HSL0.800.870.40
HSV287°93°74°
CMYK 0.210.930.00   0.26
XYZ21.906910.446049.0058
Yxy10.44600.26930.1284
Hunter Lab32.320364.4280-67.2746
CIE-Lab38.631371.0818-59.0788

#960dbd color RGB value is (150,13,189).

#960dbd hex color red value is 150, green value is 13 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #960dbd hue: 0.80 , saturation: 0.87 and the lightness value of 960dbd is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001101 10111101
Octal 226 15 275
Decimal 150 13 189
Hex 96 D BD

RGB Percentages of Color #960dbd

%42.61
%3.69
%53.69

CMYK Percentages of Color #960dbd

%21
%93
%0
%26

Triadic Colors of #960dbd

#960dbd #bd960d #0dbd96

Analogous Colors of #960dbd

#960dbd #bd0d8c #3e0dbd

Monochromatic Colors of #960dbd

#960dbd

Complementary Color

#960dbd #34bd0d

#960dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#960dbd Color CSS Codes

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

#960dbd Text Font Color

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

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


#960dbd Background Color

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

This div background color is #960dbd


#960dbd Border Color

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

This div border color is #960dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,13,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 #960dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960dbd


Comments

No comments written yet.

Please login to write comment.