Color Hex Logo

#960dfe Color Hex

#960DFE
(150,13,254)
0 Favorites   0 Comments

Color spaces of #960dfe

RGB 15013254
HSL0.760.990.52
HSV274°95°100°
CMYK 0.410.950.00   0.00
XYZ30.611013.927694.8409
Yxy13.92760.21960.0999
Hunter Lab37.319781.1028-124.5504
CIE-Lab44.128983.5517-87.3332

#960dfe color RGB value is (150,13,254).

#960dfe hex color red value is 150, green value is 13 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #960dfe hue: 0.76 , saturation: 0.99 and the lightness value of 960dfe is 0.52.

The process color (four color CMYK) of #960dfe color hex is 0.41, 0.95, 0.00, 0.00. Web safe color of #960dfe is #9900ff. Color #960dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001101 11111110
Octal 226 15 376
Decimal 150 13 254
Hex 96 D FE

RGB Percentages of Color #960dfe

%35.97
%3.12
%60.91

CMYK Percentages of Color #960dfe

%41
%95
%0
%0

Triadic Colors of #960dfe

#960dfe #fe960d #0dfe96

Analogous Colors of #960dfe

#960dfe #fe0dee #1d0dfe

Monochromatic Colors of #960dfe

#960dfe

Complementary Color

#960dfe #75fe0d

#960dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#960dfe Color CSS Codes

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

#960dfe Text Font Color

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

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


#960dfe Background Color

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

This div background color is #960dfe


#960dfe Border Color

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

This div border color is #960dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.