Color Hex Logo

#872980 Color Hex

#872980
(135,41,128)
0 Favorites   0 Comments

Color spaces of #872980

RGB 13541128
HSL0.850.530.35
HSV304°70°53°
CMYK 0.000.700.05   0.47
XYZ14.68098.295321.2495
Yxy8.29530.33200.1876
Hunter Lab28.801640.5833-23.5825
CIE-Lab34.590550.2093-28.7844

#872980 color RGB value is (135,41,128).

#872980 hex color red value is 135, green value is 41 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #872980 hue: 0.85 , saturation: 0.53 and the lightness value of 872980 is 0.35.

The process color (four color CMYK) of #872980 color hex is 0.00, 0.70, 0.05, 0.47. Web safe color of #872980 is #993399. Color #872980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101001 10000000
Octal 207 51 200
Decimal 135 41 128
Hex 87 29 80

RGB Percentages of Color #872980

%44.41
%13.49
%42.11

CMYK Percentages of Color #872980

%0
%70
%5
%47

Triadic Colors of #872980

#872980 #808729 #298087

Analogous Colors of #872980

#872980 #872951 #5f2987

Monochromatic Colors of #872980

#872980

Complementary Color

#872980 #298730

#872980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872980 Color CSS Codes

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

#872980 Text Font Color

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

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


#872980 Background Color

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

This div background color is #872980


#872980 Border Color

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

This div border color is #872980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872980


Comments

No comments written yet.

Please login to write comment.