Color Hex Logo

#960187 Color Hex

#960187
(150,1,135)
0 Favorites   0 Comments

Color spaces of #960187

RGB 1501135
HSL0.850.990.30
HSV306°99°59°
CMYK 0.000.990.10   0.41
XYZ16.96178.255023.6211
Yxy8.25500.34730.1690
Hunter Lab28.731555.0976-28.6321
CIE-Lab34.508463.7926-33.0904

#960187 color RGB value is (150,1,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000001 10000111
Octal 226 1 207
Decimal 150 1 135
Hex 96 1 87

RGB Percentages of Color #960187

%52.45
%0.35
%47.20

CMYK Percentages of Color #960187

%0
%99
%10
%41

Triadic Colors of #960187

#960187 #879601 #018796

Analogous Colors of #960187

#960187 #96013c #5b0196

Monochromatic Colors of #960187

#960187

Complementary Color

#960187 #019610

#960187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#960187 Color CSS Codes

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

#960187 Text Font Color

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

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


#960187 Background Color

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

This div background color is #960187


#960187 Border Color

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

This div border color is #960187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960187


Comments

No comments written yet.

Please login to write comment.