Color Hex Logo

#821275 Color Hex

#821275
(130,18,117)
0 Favorites   0 Comments

Color spaces of #821275

RGB 13018117
HSL0.850.760.29
HSV307°86°51°
CMYK 0.000.860.10   0.49
XYZ12.63316.462817.4112
Yxy6.46280.34600.1770
Hunter Lab25.422044.2143-22.8115
CIE-Lab30.551354.5165-28.2949

#821275 color RGB value is (130,18,117).

#821275 hex color red value is 130, green value is 18 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #821275 hue: 0.85 , saturation: 0.76 and the lightness value of 821275 is 0.29.

The process color (four color CMYK) of #821275 color hex is 0.00, 0.86, 0.10, 0.49. Web safe color of #821275 is #990066. Color #821275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010010 01110101
Octal 202 22 165
Decimal 130 18 117
Hex 82 12 75

RGB Percentages of Color #821275

%49.06
%6.79
%44.15

CMYK Percentages of Color #821275

%0
%86
%10
%49

Triadic Colors of #821275

#821275 #758212 #127582

Analogous Colors of #821275

#821275 #82123d #571282

Monochromatic Colors of #821275

#821275

Complementary Color

#821275 #12821f

#821275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821275 Color CSS Codes

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

#821275 Text Font Color

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

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


#821275 Background Color

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

This div background color is #821275


#821275 Border Color

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

This div border color is #821275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821275


Comments

No comments written yet.

Please login to write comment.