Color Hex Logo

#960154 Color Hex

#960154
(150,1,84)
0 Favorites   0 Comments

Color spaces of #960154

RGB 150184
HSL0.910.990.30
HSV327°99°59°
CMYK 0.000.990.44   0.41
XYZ14.18887.14589.0190
Yxy7.14580.46750.2354
Hunter Lab26.731647.9651-1.2917
CIE-Lab32.136557.7549-4.1885

#960154 color RGB value is (150,1,84).

#960154 hex color red value is 150, green value is 1 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #960154 hue: 0.91 , saturation: 0.99 and the lightness value of 960154 is 0.30.

The process color (four color CMYK) of #960154 color hex is 0.00, 0.99, 0.44, 0.41. Web safe color of #960154 is #990066. Color #960154 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000001 01010100
Octal 226 1 124
Decimal 150 1 84
Hex 96 1 54

RGB Percentages of Color #960154

%63.83
%0.43
%35.74

CMYK Percentages of Color #960154

%0
%99
%44
%41

Triadic Colors of #960154

#960154 #549601 #015496

Analogous Colors of #960154

#960154 #960109 #8e0196

Monochromatic Colors of #960154

#960154

Complementary Color

#960154 #019643

#960154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#960154 Color CSS Codes

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

#960154 Text Font Color

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

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


#960154 Background Color

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

This div background color is #960154


#960154 Border Color

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

This div border color is #960154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960154


Comments

No comments written yet.

Please login to write comment.