Color Hex Logo

#960fdc Color Hex

#960FDC
(150,15,220)
0 Favorites   0 Comments

Color spaces of #960fdc

RGB 15015220
HSL0.780.870.46
HSV280°93°86°
CMYK 0.320.930.00   0.14
XYZ25.666811.993068.6722
Yxy11.99300.24140.1128
Hunter Lab34.630971.6917-93.3289
CIE-Lab41.205076.6092-72.8863

#960fdc color RGB value is (150,15,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001111 11011100
Octal 226 17 334
Decimal 150 15 220
Hex 96 F DC

RGB Percentages of Color #960fdc

%38.96
%3.90
%57.14

CMYK Percentages of Color #960fdc

%32
%93
%0
%14

Triadic Colors of #960fdc

#960fdc #dc960f #0fdc96

Analogous Colors of #960fdc

#960fdc #dc0fbc #2f0fdc

Monochromatic Colors of #960fdc

#960fdc

Complementary Color

#960fdc #55dc0f

#960fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#960fdc Color CSS Codes

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

#960fdc Text Font Color

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

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


#960fdc Background Color

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

This div background color is #960fdc


#960fdc Border Color

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

This div border color is #960fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960fdc


Comments

No comments written yet.

Please login to write comment.