Color Hex Logo

#8395bd Color Hex

#8395BD
(131,149,189)
0 Favorites   0 Comments

Color spaces of #8395bd

RGB 131149189
HSL0.610.310.63
HSV221°31°74°
CMYK 0.310.210.00   0.26
XYZ29.292829.994352.3897
Yxy29.99430.26230.2686
Hunter Lab54.7671-0.3695-18.3794
CIE-Lab61.64933.0408-22.8422

#8395bd color RGB value is (131,149,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010101 10111101
Octal 203 225 275
Decimal 131 149 189
Hex 83 95 BD

RGB Percentages of Color #8395bd

%27.93
%31.77
%40.30

CMYK Percentages of Color #8395bd

%31
%21
%0
%26

Triadic Colors of #8395bd

#8395bd #bd8395 #95bd83

Analogous Colors of #8395bd

#8395bd #8e83bd #83b2bd

Monochromatic Colors of #8395bd

#8395bd

Complementary Color

#8395bd #bdab83

#8395bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8395bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8395bd Color CSS Codes

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

#8395bd Text Font Color

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

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


#8395bd Background Color

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

This div background color is #8395bd


#8395bd Border Color

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

This div border color is #8395bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8395bd


Comments

No comments written yet.

Please login to write comment.