Color Hex Logo

#8392bb Color Hex

#8392BB
(131,146,187)
0 Favorites   0 Comments

Color spaces of #8392bb

RGB 131146187
HSL0.620.290.62
HSV224°30°73°
CMYK 0.300.220.00   0.27
XYZ28.608628.970951.0978
Yxy28.97090.26320.2666
Hunter Lab53.82460.6824-18.6091
CIE-Lab60.75594.2413-23.0835

#8392bb color RGB value is (131,146,187).

#8392bb hex color red value is 131, green value is 146 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8392bb hue: 0.62 , saturation: 0.29 and the lightness value of 8392bb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010010 10111011
Octal 203 222 273
Decimal 131 146 187
Hex 83 92 BB

RGB Percentages of Color #8392bb

%28.23
%31.47
%40.30

CMYK Percentages of Color #8392bb

%30
%22
%0
%27

Triadic Colors of #8392bb

#8392bb #bb8392 #92bb83

Analogous Colors of #8392bb

#8392bb #9083bb #83aebb

Monochromatic Colors of #8392bb

#8392bb

Complementary Color

#8392bb #bbac83

#8392bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8392bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8392bb Color CSS Codes

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

#8392bb Text Font Color

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

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


#8392bb Background Color

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

This div background color is #8392bb


#8392bb Border Color

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

This div border color is #8392bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,146,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8392bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8392bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8392bb;
  box-shadow:         1px 1px 3px 2px #8392bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8392bb


Comments

No comments written yet.

Please login to write comment.