Color Hex Logo

#880682 Color Hex

#880682
(136,6,130)
0 Favorites   0 Comments

Color spaces of #880682

RGB 1366130
HSL0.840.920.28
HSV303°96°53°
CMYK 0.000.960.04   0.47
XYZ14.24776.976221.7147
Yxy6.97620.33180.1625
Hunter Lab26.412550.0664-30.2558
CIE-Lab31.752759.7761-34.5176

#880682 color RGB value is (136,6,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000110 10000010
Octal 210 6 202
Decimal 136 6 130
Hex 88 6 82

RGB Percentages of Color #880682

%50.00
%2.21
%47.79

CMYK Percentages of Color #880682

%0
%96
%4
%47

Triadic Colors of #880682

#880682 #828806 #068288

Analogous Colors of #880682

#880682 #880641 #4d0688

Monochromatic Colors of #880682

#880682

Complementary Color

#880682 #06880c

#880682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880682 Color CSS Codes

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

#880682 Text Font Color

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

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


#880682 Background Color

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

This div background color is #880682


#880682 Border Color

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

This div border color is #880682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880682


Comments

No comments written yet.

Please login to write comment.