Color Hex Logo

#872079 Color Hex

#872079
(135,32,121)
0 Favorites   0 Comments

Color spaces of #872079

RGB 13532121
HSL0.860.620.33
HSV308°76°53°
CMYK 0.000.760.10   0.47
XYZ13.95947.564418.8135
Yxy7.56440.34610.1875
Hunter Lab27.503542.4668-21.3044
CIE-Lab33.058752.3429-26.8112

#872079 color RGB value is (135,32,121).

#872079 hex color red value is 135, green value is 32 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #872079 hue: 0.86 , saturation: 0.62 and the lightness value of 872079 is 0.33.

The process color (four color CMYK) of #872079 color hex is 0.00, 0.76, 0.10, 0.47. Web safe color of #872079 is #993366. Color #872079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100000 01111001
Octal 207 40 171
Decimal 135 32 121
Hex 87 20 79

RGB Percentages of Color #872079

%46.88
%11.11
%42.01

CMYK Percentages of Color #872079

%0
%76
%10
%47

Triadic Colors of #872079

#872079 #798720 #207987

Analogous Colors of #872079

#872079 #872046 #622087

Monochromatic Colors of #872079

#872079

Complementary Color

#872079 #20872e

#872079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872079 Color CSS Codes

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

#872079 Text Font Color

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

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


#872079 Background Color

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

This div background color is #872079


#872079 Border Color

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

This div border color is #872079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872079


Comments

No comments written yet.

Please login to write comment.