Color Hex Logo

#820274 Color Hex

#820274
(130,2,116)
0 Favorites   0 Comments

Color spaces of #820274

RGB 1302116
HSL0.850.970.26
HSV307°98°51°
CMYK 0.000.980.11   0.49
XYZ12.38006.050217.0383
Yxy6.05020.34900.1706
Hunter Lab24.597246.7959-23.8518
CIE-Lab29.538857.1652-29.2601

#820274 color RGB value is (130,2,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000010 01110100
Octal 202 2 164
Decimal 130 2 116
Hex 82 2 74

RGB Percentages of Color #820274

%52.42
%0.81
%46.77

CMYK Percentages of Color #820274

%0
%98
%11
%49

Triadic Colors of #820274

#820274 #748202 #027482

Analogous Colors of #820274

#820274 #820234 #500282

Monochromatic Colors of #820274

#820274

Complementary Color

#820274 #028210

#820274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820274 Color CSS Codes

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

#820274 Text Font Color

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

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


#820274 Background Color

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

This div background color is #820274


#820274 Border Color

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

This div border color is #820274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820274


Comments

No comments written yet.

Please login to write comment.