Color Hex Logo

#960ebd Color Hex

#960EBD
(150,14,189)
0 Favorites   0 Comments

Color spaces of #960ebd

RGB 15014189
HSL0.800.860.40
HSV287°93°74°
CMYK 0.210.930.00   0.26
XYZ21.920010.472249.0101
Yxy10.47220.26930.1286
Hunter Lab32.360864.2780-67.1416
CIE-Lab38.676970.9462-59.0046

#960ebd color RGB value is (150,14,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001110 10111101
Octal 226 16 275
Decimal 150 14 189
Hex 96 E BD

RGB Percentages of Color #960ebd

%42.49
%3.97
%53.54

CMYK Percentages of Color #960ebd

%21
%93
%0
%26

Triadic Colors of #960ebd

#960ebd #bd960e #0ebd96

Analogous Colors of #960ebd

#960ebd #bd0e8d #3e0ebd

Monochromatic Colors of #960ebd

#960ebd

Complementary Color

#960ebd #35bd0e

#960ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#960ebd Color CSS Codes

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

#960ebd Text Font Color

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

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


#960ebd Background Color

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

This div background color is #960ebd


#960ebd Border Color

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

This div border color is #960ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960ebd


Comments

No comments written yet.

Please login to write comment.