Color Hex Logo

#820e88 Color Hex

#820E88
(130,14,136)
0 Favorites   0 Comments

Color spaces of #820e88

RGB 13014136
HSL0.830.810.29
HSV297°90°53°
CMYK 0.040.900.00   0.47
XYZ13.80696.837523.8846
Yxy6.83750.31010.1536
Hunter Lab26.148648.4909-35.8525
CIE-Lab31.434158.3814-38.8362

#820e88 color RGB value is (130,14,136).

#820e88 hex color red value is 130, green value is 14 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #820e88 hue: 0.83 , saturation: 0.81 and the lightness value of 820e88 is 0.29.

The process color (four color CMYK) of #820e88 color hex is 0.04, 0.90, 0.00, 0.47. Web safe color of #820e88 is #990099. Color #820e88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001110 10001000
Octal 202 16 210
Decimal 130 14 136
Hex 82 E 88

RGB Percentages of Color #820e88

%46.43
%5.00
%48.57

CMYK Percentages of Color #820e88

%4
%90
%0
%47

Triadic Colors of #820e88

#820e88 #88820e #0e8882

Analogous Colors of #820e88

#820e88 #880e51 #450e88

Monochromatic Colors of #820e88

#820e88

Complementary Color

#820e88 #14880e

#820e88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820e88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820e88 Color CSS Codes

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

#820e88 Text Font Color

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

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


#820e88 Background Color

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

This div background color is #820e88


#820e88 Border Color

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

This div border color is #820e88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820e88


Comments

No comments written yet.

Please login to write comment.