Color Hex Logo

#8493bb Color Hex

#8493BB
(132,147,187)
0 Favorites   0 Comments

Color spaces of #8493bb

RGB 132147187
HSL0.620.290.63
HSV224°29°73°
CMYK 0.290.210.00   0.27
XYZ28.919129.360851.1567
Yxy29.36080.26430.2683
Hunter Lab54.18560.4414-18.0458
CIE-Lab61.09873.9716-22.5522

#8493bb color RGB value is (132,147,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010011 10111011
Octal 204 223 273
Decimal 132 147 187
Hex 84 93 BB

RGB Percentages of Color #8493bb

%28.33
%31.55
%40.13

CMYK Percentages of Color #8493bb

%29
%21
%0
%27

Triadic Colors of #8493bb

#8493bb #bb8493 #93bb84

Analogous Colors of #8493bb

#8493bb #9184bb #84afbb

Monochromatic Colors of #8493bb

#8493bb

Complementary Color

#8493bb #bbac84

#8493bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8493bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8493bb Color CSS Codes

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

#8493bb Text Font Color

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

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


#8493bb Background Color

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

This div background color is #8493bb


#8493bb Border Color

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

This div border color is #8493bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8493bb


Comments

No comments written yet.

Please login to write comment.