Color Hex Logo

#820151 Color Hex

#820151
(130,1,81)
0 Favorites   0 Comments

Color spaces of #820151

RGB 130181
HSL0.900.980.26
HSV323°99°51°
CMYK 0.000.990.38   0.49
XYZ10.70205.36168.2554
Yxy5.36160.44010.2205
Hunter Lab23.155141.9789-4.9298
CIE-Lab27.741152.9025-9.2335

#820151 color RGB value is (130,1,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000001 01010001
Octal 202 1 121
Decimal 130 1 81
Hex 82 1 51

RGB Percentages of Color #820151

%61.32
%0.47
%38.21

CMYK Percentages of Color #820151

%0
%99
%38
%49

Triadic Colors of #820151

#820151 #518201 #015182

Analogous Colors of #820151

#820151 #820110 #730182

Monochromatic Colors of #820151

#820151

Complementary Color

#820151 #018232

#820151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820151 Color CSS Codes

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

#820151 Text Font Color

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

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


#820151 Background Color

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

This div background color is #820151


#820151 Border Color

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

This div border color is #820151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820151


Comments

No comments written yet.

Please login to write comment.