Color Hex Logo

#960ddf Color Hex

#960DDF
(150,13,223)
0 Favorites   0 Comments

Color spaces of #960ddf

RGB 15013223
HSL0.780.890.46
HSV279°94°87°
CMYK 0.330.940.00   0.13
XYZ26.040912.099670.7750
Yxy12.09960.23910.1111
Hunter Lab34.784572.7586-96.2866
CIE-Lab41.374077.4434-74.3280

#960ddf color RGB value is (150,13,223).

#960ddf hex color red value is 150, green value is 13 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #960ddf hue: 0.78 , saturation: 0.89 and the lightness value of 960ddf is 0.46.

The process color (four color CMYK) of #960ddf color hex is 0.33, 0.94, 0.00, 0.13. Web safe color of #960ddf is #9900cc. Color #960ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001101 11011111
Octal 226 15 337
Decimal 150 13 223
Hex 96 D DF

RGB Percentages of Color #960ddf

%38.86
%3.37
%57.77

CMYK Percentages of Color #960ddf

%33
%94
%0
%13

Triadic Colors of #960ddf

#960ddf #df960d #0ddf96

Analogous Colors of #960ddf

#960ddf #df0dbf #2d0ddf

Monochromatic Colors of #960ddf

#960ddf

Complementary Color

#960ddf #56df0d

#960ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#960ddf Color CSS Codes

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

#960ddf Text Font Color

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

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


#960ddf Background Color

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

This div background color is #960ddf


#960ddf Border Color

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

This div border color is #960ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960ddf


Comments

No comments written yet.

Please login to write comment.