Color Hex Logo

#960dce Color Hex

#960DCE
(150,13,206)
0 Favorites   0 Comments

Color spaces of #960dce

RGB 15013206
HSL0.780.880.43
HSV283°94°81°
CMYK 0.270.940.00   0.19
XYZ23.862211.228159.3021
Yxy11.22810.25280.1190
Hunter Lab33.508468.4750-81.4738
CIE-Lab39.962074.2079-66.8440

#960dce color RGB value is (150,13,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001101 11001110
Octal 226 15 316
Decimal 150 13 206
Hex 96 D CE

RGB Percentages of Color #960dce

%40.65
%3.52
%55.83

CMYK Percentages of Color #960dce

%27
%94
%0
%19

Triadic Colors of #960dce

#960dce #ce960d #0dce96

Analogous Colors of #960dce

#960dce #ce0da6 #350dce

Monochromatic Colors of #960dce

#960dce

Complementary Color

#960dce #45ce0d

#960dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#960dce Color CSS Codes

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

#960dce Text Font Color

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

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


#960dce Background Color

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

This div background color is #960dce


#960dce Border Color

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

This div border color is #960dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960dce


Comments

No comments written yet.

Please login to write comment.