Color Hex Logo

#8082de Color Hex

#8082DE
(128,130,222)
0 Favorites   0 Comments

Color spaces of #8082de

RGB 128130222
HSL0.660.590.69
HSV239°42°87°
CMYK 0.420.410.00   0.13
XYZ30.069525.828472.5078
Yxy25.82840.23420.2011
Hunter Lab50.821616.6747-49.0145
CIE-Lab57.873822.2735-47.2826

#8082de color RGB value is (128,130,222).

#8082de hex color red value is 128, green value is 130 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8082de hue: 0.66 , saturation: 0.59 and the lightness value of 8082de is 0.69.

The process color (four color CMYK) of #8082de color hex is 0.42, 0.41, 0.00, 0.13. Web safe color of #8082de is #9999cc. Color #8082de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000010 11011110
Octal 200 202 336
Decimal 128 130 222
Hex 80 82 DE

RGB Percentages of Color #8082de

%26.67
%27.08
%46.25

CMYK Percentages of Color #8082de

%42
%41
%0
%13

Triadic Colors of #8082de

#8082de #de8082 #82de80

Analogous Colors of #8082de

#8082de #ad80de #80b1de

Monochromatic Colors of #8082de

#8082de

Complementary Color

#8082de #dedc80

#8082de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8082de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8082de Color CSS Codes

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

#8082de Text Font Color

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

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


#8082de Background Color

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

This div background color is #8082de


#8082de Border Color

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

This div border color is #8082de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8082de


Comments

No comments written yet.

Please login to write comment.