Color Hex Logo

#8394bd Color Hex

#8394BD
(131,148,189)
0 Favorites   0 Comments

Color spaces of #8394bd

RGB 131148189
HSL0.620.310.63
HSV222°31°74°
CMYK 0.310.220.00   0.26
XYZ29.135329.679252.3372
Yxy29.67920.26210.2670
Hunter Lab54.47860.1247-18.8244
CIE-Lab61.37643.6106-23.2603

#8394bd color RGB value is (131,148,189).

#8394bd hex color red value is 131, green value is 148 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8394bd hue: 0.62 , saturation: 0.31 and the lightness value of 8394bd is 0.63.

The process color (four color CMYK) of #8394bd color hex is 0.31, 0.22, 0.00, 0.26. Web safe color of #8394bd is #9999cc. Color #8394bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010100 10111101
Octal 203 224 275
Decimal 131 148 189
Hex 83 94 BD

RGB Percentages of Color #8394bd

%27.99
%31.62
%40.38

CMYK Percentages of Color #8394bd

%31
%22
%0
%26

Triadic Colors of #8394bd

#8394bd #bd8394 #94bd83

Analogous Colors of #8394bd

#8394bd #8f83bd #83b1bd

Monochromatic Colors of #8394bd

#8394bd

Complementary Color

#8394bd #bdac83

#8394bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8394bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8394bd Color CSS Codes

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

#8394bd Text Font Color

<p style="color:#8394bd">Text here</p>

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


#8394bd Background Color

<div style="background-color:#8394bd">
Div content here</div>

This div background color is #8394bd


#8394bd Border Color

<div style="border:3px solid #8394bd">
Div here</div>

This div border color is #8394bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,148,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8394bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8394bd;
  -webkit-box-shadow: 1px 1px 3px 2px #8394bd;
  box-shadow:         1px 1px 3px 2px #8394bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8394bd


Comments

No comments written yet.

Please login to write comment.