Color Hex Logo

#82149f Color Hex

#82149F
(130,20,159)
0 Favorites   0 Comments

Color spaces of #82149f

RGB 13020159
HSL0.800.780.35
HSV287°87°62°
CMYK 0.180.870.00   0.38
XYZ15.71417.749333.4684
Yxy7.74930.27600.1361
Hunter Lab27.837652.0462-51.7966
CIE-Lab33.455261.2539-49.7079

#82149f color RGB value is (130,20,159).

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

The process color (four color CMYK) of #82149f color hex is 0.18, 0.87, 0.00, 0.38. Web safe color of #82149f is #990099. Color #82149f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010100 10011111
Octal 202 24 237
Decimal 130 20 159
Hex 82 14 9F

RGB Percentages of Color #82149f

%42.07
%6.47
%51.46

CMYK Percentages of Color #82149f

%18
%87
%0
%38

Triadic Colors of #82149f

#82149f #9f8214 #149f82

Analogous Colors of #82149f

#82149f #9f1477 #3c149f

Monochromatic Colors of #82149f

#82149f

Complementary Color

#82149f #319f14

#82149f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82149f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82149f Color CSS Codes

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

#82149f Text Font Color

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

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


#82149f Background Color

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

This div background color is #82149f


#82149f Border Color

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

This div border color is #82149f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,20,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 #82149f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82149f


Comments

No comments written yet.

Please login to write comment.