Color Hex Logo

#872771 Color Hex

#872771
(135,39,113)
0 Favorites   0 Comments

Color spaces of #872771

RGB 13539113
HSL0.870.550.34
HSV314°71°53°
CMYK 0.000.710.16   0.47
XYZ13.69787.794216.4053
Yxy7.79420.36140.2057
Hunter Lab27.918138.7230-15.2975
CIE-Lab33.550648.5646-20.9916

#872771 color RGB value is (135,39,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100111 01110001
Octal 207 47 161
Decimal 135 39 113
Hex 87 27 71

RGB Percentages of Color #872771

%47.04
%13.59
%39.37

CMYK Percentages of Color #872771

%0
%71
%16
%47

Triadic Colors of #872771

#872771 #718727 #277187

Analogous Colors of #872771

#872771 #872741 #6d2787

Monochromatic Colors of #872771

#872771

Complementary Color

#872771 #27873d

#872771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872771 Color CSS Codes

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

#872771 Text Font Color

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

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


#872771 Background Color

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

This div background color is #872771


#872771 Border Color

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

This div border color is #872771


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,39,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 #872771">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872771


Comments

No comments written yet.

Please login to write comment.