Color Hex Logo

#8393bb Color Hex

#8393BB
(131,147,187)
0 Favorites   0 Comments

Color spaces of #8393bb

RGB 131147187
HSL0.620.290.62
HSV223°30°73°
CMYK 0.300.210.00   0.27
XYZ28.763429.280651.1494
Yxy29.28060.26340.2682
Hunter Lab54.11160.1878-18.1663
CIE-Lab61.02853.6698-22.6659

#8393bb color RGB value is (131,147,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010011 10111011
Octal 203 223 273
Decimal 131 147 187
Hex 83 93 BB

RGB Percentages of Color #8393bb

%28.17
%31.61
%40.22

CMYK Percentages of Color #8393bb

%30
%21
%0
%27

Triadic Colors of #8393bb

#8393bb #bb8393 #93bb83

Analogous Colors of #8393bb

#8393bb #8f83bb #83afbb

Monochromatic Colors of #8393bb

#8393bb

Complementary Color

#8393bb #bbab83

#8393bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8393bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8393bb Color CSS Codes

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

#8393bb Text Font Color

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

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


#8393bb Background Color

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

This div background color is #8393bb


#8393bb Border Color

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

This div border color is #8393bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,147,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 #8393bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8393bb

#8393bb Color Palettes


Comments

No comments written yet.

Please login to write comment.