Color Hex Logo

#82018d Color Hex

#82018D
(130,1,141)
0 Favorites   0 Comments

Color spaces of #82018d

RGB 1301141
HSL0.820.990.28
HSV295°99°55°
CMYK 0.080.990.00   0.45
XYZ14.02456.690625.7515
Yxy6.69060.30180.1440
Hunter Lab25.866251.5158-40.9208
CIE-Lab31.091961.2299-42.4903

#82018d color RGB value is (130,1,141).

#82018d hex color red value is 130, green value is 1 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #82018d hue: 0.82 , saturation: 0.99 and the lightness value of 82018d is 0.28.

The process color (four color CMYK) of #82018d color hex is 0.08, 0.99, 0.00, 0.45. Web safe color of #82018d is #990099. Color #82018d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000001 10001101
Octal 202 1 215
Decimal 130 1 141
Hex 82 1 8D

RGB Percentages of Color #82018d

%47.79
%0.37
%51.84

CMYK Percentages of Color #82018d

%8
%99
%0
%45

Triadic Colors of #82018d

#82018d #8d8201 #018d82

Analogous Colors of #82018d

#82018d #8d0152 #3c018d

Monochromatic Colors of #82018d

#82018d

Complementary Color

#82018d #0c8d01

#82018d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82018d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82018d Color CSS Codes

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

#82018d Text Font Color

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

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


#82018d Background Color

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

This div background color is #82018d


#82018d Border Color

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

This div border color is #82018d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82018d


Comments

No comments written yet.

Please login to write comment.