Color Hex Logo

#960fcf Color Hex

#960FCF
(150,15,207)
0 Favorites   0 Comments

Color spaces of #960fcf

RGB 15015207
HSL0.780.860.44
HSV282°93°81°
CMYK 0.280.930.00   0.19
XYZ24.011011.330759.9530
Yxy11.33070.25200.1189
Hunter Lab33.661168.4199-82.0372
CIE-Lab40.132074.1296-67.1464

#960fcf color RGB value is (150,15,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001111 11001111
Octal 226 17 317
Decimal 150 15 207
Hex 96 F CF

RGB Percentages of Color #960fcf

%40.32
%4.03
%55.65

CMYK Percentages of Color #960fcf

%28
%93
%0
%19

Triadic Colors of #960fcf

#960fcf #cf960f #0fcf96

Analogous Colors of #960fcf

#960fcf #cf0fa8 #360fcf

Monochromatic Colors of #960fcf

#960fcf

Complementary Color

#960fcf #48cf0f

#960fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#960fcf Color CSS Codes

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

#960fcf Text Font Color

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

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


#960fcf Background Color

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

This div background color is #960fcf


#960fcf Border Color

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

This div border color is #960fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960fcf


Comments

No comments written yet.

Please login to write comment.