Color Hex Logo

#960184 Color Hex

#960184
(150,1,132)
0 Favorites   0 Comments

Color spaces of #960184

RGB 1501132
HSL0.850.990.30
HSV307°99°59°
CMYK 0.000.990.12   0.41
XYZ16.75348.171722.5241
Yxy8.17170.35310.1722
Hunter Lab28.586254.5870-26.7064
CIE-Lab34.337963.3703-31.4944

#960184 color RGB value is (150,1,132).

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

The process color (four color CMYK) of #960184 color hex is 0.00, 0.99, 0.12, 0.41. Web safe color of #960184 is #990099. Color #960184 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000001 10000100
Octal 226 1 204
Decimal 150 1 132
Hex 96 1 84

RGB Percentages of Color #960184

%53.00
%0.35
%46.64

CMYK Percentages of Color #960184

%0
%99
%12
%41

Triadic Colors of #960184

#960184 #849601 #018496

Analogous Colors of #960184

#960184 #96013a #5e0196

Monochromatic Colors of #960184

#960184

Complementary Color

#960184 #019613

#960184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#960184 Color CSS Codes

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

#960184 Text Font Color

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

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


#960184 Background Color

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

This div background color is #960184


#960184 Border Color

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

This div border color is #960184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960184


Comments

No comments written yet.

Please login to write comment.