Color Hex Logo

#821074 Color Hex

#821074
(130,16,116)
0 Favorites   0 Comments

Color spaces of #821074

RGB 13016116
HSL0.850.780.29
HSV307°88°51°
CMYK 0.000.880.11   0.49
XYZ12.54366.377417.0928
Yxy6.37740.34830.1771
Hunter Lab25.253544.4686-22.4529
CIE-Lab30.345354.8002-27.9842

#821074 color RGB value is (130,16,116).

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

The process color (four color CMYK) of #821074 color hex is 0.00, 0.88, 0.11, 0.49. Web safe color of #821074 is #990066. Color #821074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010000 01110100
Octal 202 20 164
Decimal 130 16 116
Hex 82 10 74

RGB Percentages of Color #821074

%49.62
%6.11
%44.27

CMYK Percentages of Color #821074

%0
%88
%11
%49

Triadic Colors of #821074

#821074 #748210 #107482

Analogous Colors of #821074

#821074 #82103b #571082

Monochromatic Colors of #821074

#821074

Complementary Color

#821074 #10821e

#821074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821074 Color CSS Codes

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

#821074 Text Font Color

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

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


#821074 Background Color

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

This div background color is #821074


#821074 Border Color

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

This div border color is #821074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821074


Comments

No comments written yet.

Please login to write comment.