Color Hex Logo

#960dbe Color Hex

#960DBE
(150,13,190)
0 Favorites   0 Comments

Color spaces of #960dbe

RGB 15013190
HSL0.800.870.40
HSV286°93°75°
CMYK 0.210.930.00   0.25
XYZ22.015910.489649.5795
Yxy10.48960.26820.1278
Hunter Lab32.387764.6592-68.0907
CIE-Lab38.707271.2622-59.5438

#960dbe color RGB value is (150,13,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001101 10111110
Octal 226 15 276
Decimal 150 13 190
Hex 96 D BE

RGB Percentages of Color #960dbe

%42.49
%3.68
%53.82

CMYK Percentages of Color #960dbe

%21
%93
%0
%25

Triadic Colors of #960dbe

#960dbe #be960d #0dbe96

Analogous Colors of #960dbe

#960dbe #be0d8e #3d0dbe

Monochromatic Colors of #960dbe

#960dbe

Complementary Color

#960dbe #35be0d

#960dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#960dbe Color CSS Codes

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

#960dbe Text Font Color

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

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


#960dbe Background Color

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

This div background color is #960dbe


#960dbe Border Color

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

This div border color is #960dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960dbe


Comments

No comments written yet.

Please login to write comment.