Color Hex Logo

#820088 Color Hex

#820088
(130,0,136)
0 Favorites   0 Comments

Color spaces of #820088

RGB 1300136
HSL0.831.000.27
HSV297°100°53°
CMYK 0.041.000.00   0.47
XYZ13.64996.523423.8323
Yxy6.52340.31020.1482
Hunter Lab25.540950.6995-37.4449
CIE-Lab30.696360.5614-40.0201

#820088 color RGB value is (130,0,136).

#820088 hex color red value is 130, green value is 0 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #820088 hue: 0.83 , saturation: 1.00 and the lightness value of 820088 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000000 10001000
Octal 202 0 210
Decimal 130 0 136
Hex 82 0 88

RGB Percentages of Color #820088

%48.87
%0.00
%51.13

CMYK Percentages of Color #820088

%4
%100
%0
%47

Triadic Colors of #820088

#820088 #888200 #008882

Analogous Colors of #820088

#820088 #88004a #3e0088

Monochromatic Colors of #820088

#820088

Complementary Color

#820088 #068800

#820088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820088 Color CSS Codes

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

#820088 Text Font Color

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

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


#820088 Background Color

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

This div background color is #820088


#820088 Border Color

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

This div border color is #820088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820088


Comments

No comments written yet.

Please login to write comment.