Color Hex Logo

#820025 Color Hex

#820025
(130,0,37)
0 Favorites   0 Comments

Color spaces of #820025

RGB 130037
HSL0.951.000.25
HSV343°100°51°
CMYK 0.001.000.72   0.49
XYZ9.53984.87942.1893
Yxy4.87940.57440.2938
Hunter Lab22.089438.43299.5863
CIE-Lab26.388449.656218.6985

#820025 color RGB value is (130,0,37).

#820025 hex color red value is 130, green value is 0 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #820025 hue: 0.95 , saturation: 1.00 and the lightness value of 820025 is 0.25.

The process color (four color CMYK) of #820025 color hex is 0.00, 1.00, 0.72, 0.49. Web safe color of #820025 is #990033. Color #820025 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000000 00100101
Octal 202 0 45
Decimal 130 0 37
Hex 82 0 25

RGB Percentages of Color #820025

%77.84
%0.00
%22.16

CMYK Percentages of Color #820025

%0
%100
%72
%49

Triadic Colors of #820025

#820025 #258200 #002582

Analogous Colors of #820025

#820025 #821c00 #820066

Monochromatic Colors of #820025

#820025

Complementary Color

#820025 #00825d

#820025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820025 Color CSS Codes

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

#820025 Text Font Color

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

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


#820025 Background Color

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

This div background color is #820025


#820025 Border Color

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

This div border color is #820025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820025


Comments

No comments written yet.

Please login to write comment.