Color Hex Logo

#82146d Color Hex

#82146D
(130,20,109)
0 Favorites   0 Comments

Color spaces of #82146d

RGB 13020109
HSL0.870.730.29
HSV311°85°51°
CMYK 0.000.850.16   0.49
XYZ12.21646.350315.0498
Yxy6.35030.36340.1889
Hunter Lab25.199842.4339-17.7693
CIE-Lab30.279652.8506-23.6155

#82146d color RGB value is (130,20,109).

#82146d hex color red value is 130, green value is 20 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #82146d hue: 0.87 , saturation: 0.73 and the lightness value of 82146d is 0.29.

The process color (four color CMYK) of #82146d color hex is 0.00, 0.85, 0.16, 0.49. Web safe color of #82146d is #990066. Color #82146d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010100 01101101
Octal 202 24 155
Decimal 130 20 109
Hex 82 14 6D

RGB Percentages of Color #82146d

%50.19
%7.72
%42.08

CMYK Percentages of Color #82146d

%0
%85
%16
%49

Triadic Colors of #82146d

#82146d #6d8214 #146d82

Analogous Colors of #82146d

#82146d #821436 #601482

Monochromatic Colors of #82146d

#82146d

Complementary Color

#82146d #148229

#82146d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82146d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82146d Color CSS Codes

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

#82146d Text Font Color

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

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


#82146d Background Color

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

This div background color is #82146d


#82146d Border Color

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

This div border color is #82146d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82146d


Comments

No comments written yet.

Please login to write comment.