Color Hex Logo

#821274 Color Hex

#821274
(130,18,116)
0 Favorites   0 Comments

Color spaces of #821274

RGB 13018116
HSL0.850.760.29
HSV308°86°51°
CMYK 0.000.860.11   0.49
XYZ12.57466.439417.1032
Yxy6.43940.34820.1783
Hunter Lab25.376044.0445-22.1978
CIE-Lab30.495054.3645-27.7480

#821274 color RGB value is (130,18,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010010 01110100
Octal 202 22 164
Decimal 130 18 116
Hex 82 12 74

RGB Percentages of Color #821274

%49.24
%6.82
%43.94

CMYK Percentages of Color #821274

%0
%86
%11
%49

Triadic Colors of #821274

#821274 #748212 #127482

Analogous Colors of #821274

#821274 #82123c #581282

Monochromatic Colors of #821274

#821274

Complementary Color

#821274 #128220

#821274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821274 Color CSS Codes

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

#821274 Text Font Color

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

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


#821274 Background Color

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

This div background color is #821274


#821274 Border Color

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

This div border color is #821274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821274


Comments

No comments written yet.

Please login to write comment.