Color Hex Logo

#820251 Color Hex

#820251
(130,2,81)
0 Favorites   0 Comments

Color spaces of #820251

RGB 130281
HSL0.900.970.26
HSV323°98°51°
CMYK 0.000.980.38   0.49
XYZ10.71285.38338.2590
Yxy5.38330.43990.2210
Hunter Lab23.201941.8136-4.8636
CIE-Lab27.800052.7297-9.1442

#820251 color RGB value is (130,2,81).

#820251 hex color red value is 130, green value is 2 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #820251 hue: 0.90 , saturation: 0.97 and the lightness value of 820251 is 0.26.

The process color (four color CMYK) of #820251 color hex is 0.00, 0.98, 0.38, 0.49. Web safe color of #820251 is #990066. Color #820251 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000010 01010001
Octal 202 2 121
Decimal 130 2 81
Hex 82 2 51

RGB Percentages of Color #820251

%61.03
%0.94
%38.03

CMYK Percentages of Color #820251

%0
%98
%38
%49

Triadic Colors of #820251

#820251 #518202 #025182

Analogous Colors of #820251

#820251 #820211 #730282

Monochromatic Colors of #820251

#820251

Complementary Color

#820251 #028233

#820251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820251 Color CSS Codes

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

#820251 Text Font Color

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

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


#820251 Background Color

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

This div background color is #820251


#820251 Border Color

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

This div border color is #820251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820251


Comments

No comments written yet.

Please login to write comment.