Color Hex Logo

#82449f Color Hex

#82449F
(130,68,159)
0 Favorites   0 Comments

Color spaces of #82449f

RGB 13068159
HSL0.780.400.45
HSV281°57°62°
CMYK 0.180.570.00   0.38
XYZ17.531111.383334.0741
Yxy11.38330.27830.1807
Hunter Lab33.739133.7064-36.2612
CIE-Lab40.218742.2947-38.8561

#82449f color RGB value is (130,68,159).

#82449f hex color red value is 130, green value is 68 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #82449f hue: 0.78 , saturation: 0.40 and the lightness value of 82449f is 0.45.

The process color (four color CMYK) of #82449f color hex is 0.18, 0.57, 0.00, 0.38. Web safe color of #82449f is #993399. Color #82449f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000100 10011111
Octal 202 104 237
Decimal 130 68 159
Hex 82 44 9F

RGB Percentages of Color #82449f

%36.41
%19.05
%44.54

CMYK Percentages of Color #82449f

%18
%57
%0
%38

Triadic Colors of #82449f

#82449f #9f8244 #449f82

Analogous Colors of #82449f

#82449f #9f448f #55449f

Monochromatic Colors of #82449f

#82449f

Complementary Color

#82449f #619f44

#82449f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82449f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82449f Color CSS Codes

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

#82449f Text Font Color

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

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


#82449f Background Color

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

This div background color is #82449f


#82449f Border Color

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

This div border color is #82449f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,68,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82449f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82449f;
  -webkit-box-shadow: 1px 1px 3px 2px #82449f;
  box-shadow:         1px 1px 3px 2px #82449f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82449f


Comments

No comments written yet.

Please login to write comment.