Color Hex Logo

#8283ba Color Hex

#8283BA
(130,131,186)
0 Favorites   0 Comments

Color spaces of #8283ba

RGB 130131186
HSL0.660.290.62
HSV239°30°73°
CMYK 0.300.300.00   0.27
XYZ26.185124.523649.8078
Yxy24.52360.26050.2440
Hunter Lab49.52137.7221-24.9681
CIE-Lab56.608312.3767-28.9156

#8283ba color RGB value is (130,131,186).

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

The process color (four color CMYK) of #8283ba color hex is 0.30, 0.30, 0.00, 0.27. Web safe color of #8283ba is #9999cc. Color #8283ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000011 10111010
Octal 202 203 272
Decimal 130 131 186
Hex 82 83 BA

RGB Percentages of Color #8283ba

%29.08
%29.31
%41.61

CMYK Percentages of Color #8283ba

%30
%30
%0
%27

Triadic Colors of #8283ba

#8283ba #ba8283 #83ba82

Analogous Colors of #8283ba

#8283ba #9d82ba #829fba

Monochromatic Colors of #8283ba

#8283ba

Complementary Color

#8283ba #bab982

#8283ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8283ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8283ba Color CSS Codes

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

#8283ba Text Font Color

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

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


#8283ba Background Color

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

This div background color is #8283ba


#8283ba Border Color

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

This div border color is #8283ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8283ba


Comments

No comments written yet.

Please login to write comment.