Color Hex Logo

#8387ba Color Hex

#8387BA
(131,135,186)
0 Favorites   0 Comments

Color spaces of #8387ba

RGB 131135186
HSL0.650.280.62
HSV236°30°73°
CMYK 0.300.270.00   0.27
XYZ26.887025.698449.9976
Yxy25.69840.26210.2505
Hunter Lab50.69365.9595-22.9905
CIE-Lab57.749710.3383-27.1432

#8387ba color RGB value is (131,135,186).

#8387ba hex color red value is 131, green value is 135 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8387ba hue: 0.65 , saturation: 0.28 and the lightness value of 8387ba is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000111 10111010
Octal 203 207 272
Decimal 131 135 186
Hex 83 87 BA

RGB Percentages of Color #8387ba

%28.98
%29.87
%41.15

CMYK Percentages of Color #8387ba

%30
%27
%0
%27

Triadic Colors of #8387ba

#8387ba #ba8387 #87ba83

Analogous Colors of #8387ba

#8387ba #9b83ba #83a3ba

Monochromatic Colors of #8387ba

#8387ba

Complementary Color

#8387ba #bab683

#8387ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8387ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8387ba Color CSS Codes

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

#8387ba Text Font Color

<p style="color:#8387ba">Text here</p>

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


#8387ba Background Color

<div style="background-color:#8387ba">
Div content here</div>

This div background color is #8387ba


#8387ba Border Color

<div style="border:3px solid #8387ba">
Div here</div>

This div border color is #8387ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,135,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8387ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8387ba;
  -webkit-box-shadow: 1px 1px 3px 2px #8387ba;
  box-shadow:         1px 1px 3px 2px #8387ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8387ba


Comments

No comments written yet.

Please login to write comment.