Color Hex Logo

#825080 Color Hex

#825080
(130,80,128)
0 Favorites   0 Comments

Color spaces of #825080

RGB 13080128
HSL0.840.240.41
HSV302°38°51°
CMYK 0.000.380.02   0.49
XYZ15.970912.041721.9046
Yxy12.04170.31990.2412
Hunter Lab34.701221.4260-13.1351
CIE-Lab41.282329.0032-18.4268

#825080 color RGB value is (130,80,128).

#825080 hex color red value is 130, green value is 80 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #825080 hue: 0.84 , saturation: 0.24 and the lightness value of 825080 is 0.41.

The process color (four color CMYK) of #825080 color hex is 0.00, 0.38, 0.02, 0.49. Web safe color of #825080 is #996699. Color #825080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010000 10000000
Octal 202 120 200
Decimal 130 80 128
Hex 82 50 80

RGB Percentages of Color #825080

%38.46
%23.67
%37.87

CMYK Percentages of Color #825080

%0
%38
%2
%49

Triadic Colors of #825080

#825080 #808250 #508082

Analogous Colors of #825080

#825080 #825067 #6b5082

Monochromatic Colors of #825080

#825080

Complementary Color

#825080 #508252

#825080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825080 Color CSS Codes

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

#825080 Text Font Color

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

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


#825080 Background Color

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

This div background color is #825080


#825080 Border Color

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

This div border color is #825080


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,80,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #825080; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #825080;
  -webkit-box-shadow: 1px 1px 3px 2px #825080;
  box-shadow:         1px 1px 3px 2px #825080; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825080


Comments

No comments written yet.

Please login to write comment.