Color Hex Logo

#821925 Color Hex

#821925
(130,25,37)
0 Favorites   0 Comments

Color spaces of #821925

RGB 1302537
HSL0.980.680.30
HSV353°81°51°
CMYK 0.000.810.72   0.49
XYZ9.88755.57472.3052
Yxy5.57470.55650.3138
Hunter Lab23.610833.431610.7389
CIE-Lab28.313144.149621.0737

#821925 color RGB value is (130,25,37).

#821925 hex color red value is 130, green value is 25 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #821925 hue: 0.98 , saturation: 0.68 and the lightness value of 821925 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011001 00100101
Octal 202 31 45
Decimal 130 25 37
Hex 82 19 25

RGB Percentages of Color #821925

%67.71
%13.02
%19.27

CMYK Percentages of Color #821925

%0
%81
%72
%49

Triadic Colors of #821925

#821925 #258219 #192582

Analogous Colors of #821925

#821925 #824219 #82195a

Monochromatic Colors of #821925

#821925

Complementary Color

#821925 #198276

#821925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821925 Color CSS Codes

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

#821925 Text Font Color

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

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


#821925 Background Color

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

This div background color is #821925


#821925 Border Color

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

This div border color is #821925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821925


Comments

No comments written yet.

Please login to write comment.