Color Hex Logo

#880782 Color Hex

#880782
(136,7,130)
0 Favorites   0 Comments

Color spaces of #880782

RGB 1367130
HSL0.840.900.28
HSV303°95°53°
CMYK 0.000.950.04   0.47
XYZ14.25866.997921.7183
Yxy6.99790.33180.1628
Hunter Lab26.453549.9187-30.1595
CIE-Lab31.802159.6306-34.4388

#880782 color RGB value is (136,7,130).

#880782 hex color red value is 136, green value is 7 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #880782 hue: 0.84 , saturation: 0.90 and the lightness value of 880782 is 0.28.

The process color (four color CMYK) of #880782 color hex is 0.00, 0.95, 0.04, 0.47. Web safe color of #880782 is #990099. Color #880782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000111 10000010
Octal 210 7 202
Decimal 136 7 130
Hex 88 7 82

RGB Percentages of Color #880782

%49.82
%2.56
%47.62

CMYK Percentages of Color #880782

%0
%95
%4
%47

Triadic Colors of #880782

#880782 #828807 #078288

Analogous Colors of #880782

#880782 #880742 #4e0788

Monochromatic Colors of #880782

#880782

Complementary Color

#880782 #07880d

#880782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880782 Color CSS Codes

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

#880782 Text Font Color

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

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


#880782 Background Color

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

This div background color is #880782


#880782 Border Color

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

This div border color is #880782


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,7,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #880782; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #880782;
  -webkit-box-shadow: 1px 1px 3px 2px #880782;
  box-shadow:         1px 1px 3px 2px #880782; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,7,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880782


Comments

No comments written yet.

Please login to write comment.