Color Hex Logo

#82075c Color Hex

#82075C
(130,7,92)
0 Favorites   0 Comments

Color spaces of #82075c

RGB 130792
HSL0.880.900.27
HSV319°95°51°
CMYK 0.000.950.29   0.49
XYZ11.21375.670510.6287
Yxy5.67050.40760.2061
Hunter Lab23.812842.3851-9.7948
CIE-Lab28.565553.1374-15.2511

#82075c color RGB value is (130,7,92).

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

The process color (four color CMYK) of #82075c color hex is 0.00, 0.95, 0.29, 0.49. Web safe color of #82075c is #990066. Color #82075c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000111 01011100
Octal 202 7 134
Decimal 130 7 92
Hex 82 7 5C

RGB Percentages of Color #82075c

%56.77
%3.06
%40.17

CMYK Percentages of Color #82075c

%0
%95
%29
%49

Triadic Colors of #82075c

#82075c #5c8207 #075c82

Analogous Colors of #82075c

#82075c #82071f #6b0782

Monochromatic Colors of #82075c

#82075c

Complementary Color

#82075c #07822d

#82075c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82075c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82075c Color CSS Codes

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

#82075c Text Font Color

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

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


#82075c Background Color

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

This div background color is #82075c


#82075c Border Color

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

This div border color is #82075c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82075c


Comments

No comments written yet.

Please login to write comment.