Color Hex Logo

#82074f Color Hex

#82074F
(130,7,79)
0 Favorites   0 Comments

Color spaces of #82074f

RGB 130779
HSL0.900.900.27
HSV325°95°51°
CMYK 0.000.950.39   0.49
XYZ10.69325.46237.8879
Yxy5.46230.44470.2272
Hunter Lab23.371640.7689-3.6503
CIE-Lab28.013251.6633-7.4891

#82074f color RGB value is (130,7,79).

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

The process color (four color CMYK) of #82074f color hex is 0.00, 0.95, 0.39, 0.49. Web safe color of #82074f is #990066. Color #82074f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000111 01001111
Octal 202 7 117
Decimal 130 7 79
Hex 82 7 4F

RGB Percentages of Color #82074f

%60.19
%3.24
%36.57

CMYK Percentages of Color #82074f

%0
%95
%39
%49

Triadic Colors of #82074f

#82074f #4f8207 #074f82

Analogous Colors of #82074f

#82074f #820712 #780782

Monochromatic Colors of #82074f

#82074f

Complementary Color

#82074f #07823a

#82074f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82074f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82074f Color CSS Codes

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

#82074f Text Font Color

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

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


#82074f Background Color

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

This div background color is #82074f


#82074f Border Color

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

This div border color is #82074f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82074f


Comments

No comments written yet.

Please login to write comment.