Color Hex Logo

#8283ad Color Hex

#8283AD
(130,131,173)
0 Favorites   0 Comments

Color spaces of #8283ad

RGB 130131173
HSL0.660.210.59
HSV239°25°68°
CMYK 0.250.240.00   0.32
XYZ24.865023.995642.8562
Yxy23.99560.27110.2616
Hunter Lab48.98534.8825-17.5818
CIE-Lab56.08349.0773-22.2892

#8283ad color RGB value is (130,131,173).

#8283ad hex color red value is 130, green value is 131 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8283ad hue: 0.66 , saturation: 0.21 and the lightness value of 8283ad is 0.59.

The process color (four color CMYK) of #8283ad color hex is 0.25, 0.24, 0.00, 0.32. Web safe color of #8283ad is #999999. Color #8283ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000011 10101101
Octal 202 203 255
Decimal 130 131 173
Hex 82 83 AD

RGB Percentages of Color #8283ad

%29.95
%30.18
%39.86

CMYK Percentages of Color #8283ad

%25
%24
%0
%32

Triadic Colors of #8283ad

#8283ad #ad8283 #83ad82

Analogous Colors of #8283ad

#8283ad #9782ad #8299ad

Monochromatic Colors of #8283ad

#8283ad

Complementary Color

#8283ad #adac82

#8283ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8283ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8283ad Color CSS Codes

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

#8283ad Text Font Color

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

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


#8283ad Background Color

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

This div background color is #8283ad


#8283ad Border Color

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

This div border color is #8283ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,131,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8283ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8283ad;
  -webkit-box-shadow: 1px 1px 3px 2px #8283ad;
  box-shadow:         1px 1px 3px 2px #8283ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8283ad


Comments

No comments written yet.

Please login to write comment.