Color Hex Logo

#82177b Color Hex

#82177B
(130,23,123)
0 Favorites   0 Comments

Color spaces of #82177b

RGB 13023123
HSL0.840.700.30
HSV304°82°51°
CMYK 0.000.820.05   0.49
XYZ13.08756.788719.3595
Yxy6.78870.33360.1730
Hunter Lab26.055144.0641-25.8151
CIE-Lab31.321054.2223-30.8747

#82177b color RGB value is (130,23,123).

#82177b hex color red value is 130, green value is 23 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #82177b hue: 0.84 , saturation: 0.70 and the lightness value of 82177b is 0.30.

The process color (four color CMYK) of #82177b color hex is 0.00, 0.82, 0.05, 0.49. Web safe color of #82177b is #990066. Color #82177b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010111 01111011
Octal 202 27 173
Decimal 130 23 123
Hex 82 17 7B

RGB Percentages of Color #82177b

%47.10
%8.33
%44.57

CMYK Percentages of Color #82177b

%0
%82
%5
%49

Triadic Colors of #82177b

#82177b #7b8217 #177b82

Analogous Colors of #82177b

#82177b #821746 #541782

Monochromatic Colors of #82177b

#82177b

Complementary Color

#82177b #17821e

#82177b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82177b Color Preview on White Background

Lorem ipsum dolor sit amet.

#82177b Color CSS Codes

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

#82177b Text Font Color

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

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


#82177b Background Color

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

This div background color is #82177b


#82177b Border Color

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

This div border color is #82177b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,23,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82177b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82177b;
  -webkit-box-shadow: 1px 1px 3px 2px #82177b;
  box-shadow:         1px 1px 3px 2px #82177b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82177b


Comments

No comments written yet.

Please login to write comment.