Color Hex Logo

#871296 Color Hex

#871296
(135,18,150)
0 Favorites   0 Comments

Color spaces of #871296

RGB 13518150
HSL0.810.790.33
HSV293°88°59°
CMYK 0.100.880.00   0.41
XYZ15.71307.785529.5287
Yxy7.78550.29630.1468
Hunter Lab27.902551.6910-43.2137
CIE-Lab33.532160.9160-44.0566

#871296 color RGB value is (135,18,150).

#871296 hex color red value is 135, green value is 18 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #871296 hue: 0.81 , saturation: 0.79 and the lightness value of 871296 is 0.33.

The process color (four color CMYK) of #871296 color hex is 0.10, 0.88, 0.00, 0.41. Web safe color of #871296 is #990099. Color #871296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010010 10010110
Octal 207 22 226
Decimal 135 18 150
Hex 87 12 96

RGB Percentages of Color #871296

%44.55
%5.94
%49.50

CMYK Percentages of Color #871296

%10
%88
%0
%41

Triadic Colors of #871296

#871296 #968712 #129687

Analogous Colors of #871296

#871296 #961263 #451296

Monochromatic Colors of #871296

#871296

Complementary Color

#871296 #219612

#871296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871296 Color CSS Codes

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

#871296 Text Font Color

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

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


#871296 Background Color

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

This div background color is #871296


#871296 Border Color

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

This div border color is #871296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871296


Comments

No comments written yet.

Please login to write comment.