Color Hex Logo

#872871 Color Hex

#872871
(135,40,113)
0 Favorites   0 Comments

Color spaces of #872871

RGB 13540113
HSL0.870.540.34
HSV314°70°53°
CMYK 0.000.700.16   0.47
XYZ13.73117.860716.4163
Yxy7.86070.36130.2068
Hunter Lab28.036938.3558-15.0899
CIE-Lab33.691148.1711-20.7731

#872871 color RGB value is (135,40,113).

#872871 hex color red value is 135, green value is 40 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #872871 hue: 0.87 , saturation: 0.54 and the lightness value of 872871 is 0.34.

The process color (four color CMYK) of #872871 color hex is 0.00, 0.70, 0.16, 0.47. Web safe color of #872871 is #993366. Color #872871 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101000 01110001
Octal 207 50 161
Decimal 135 40 113
Hex 87 28 71

RGB Percentages of Color #872871

%46.88
%13.89
%39.24

CMYK Percentages of Color #872871

%0
%70
%16
%47

Triadic Colors of #872871

#872871 #718728 #287187

Analogous Colors of #872871

#872871 #872842 #6e2887

Monochromatic Colors of #872871

#872871

Complementary Color

#872871 #28873e

#872871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872871 Color CSS Codes

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

#872871 Text Font Color

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

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


#872871 Background Color

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

This div background color is #872871


#872871 Border Color

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

This div border color is #872871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872871


Comments

No comments written yet.

Please login to write comment.