Color Hex Logo

#8487ba Color Hex

#8487BA
(132,135,186)
0 Favorites   0 Comments

Color spaces of #8487ba

RGB 132135186
HSL0.660.280.62
HSV237°29°73°
CMYK 0.290.270.00   0.27
XYZ27.042625.778650.0049
Yxy25.77860.26300.2507
Hunter Lab50.77266.2209-22.8526
CIE-Lab57.826310.6399-27.0186

#8487ba color RGB value is (132,135,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000111 10111010
Octal 204 207 272
Decimal 132 135 186
Hex 84 87 BA

RGB Percentages of Color #8487ba

%29.14
%29.80
%41.06

CMYK Percentages of Color #8487ba

%29
%27
%0
%27

Triadic Colors of #8487ba

#8487ba #ba8487 #87ba84

Analogous Colors of #8487ba

#8487ba #9c84ba #84a2ba

Monochromatic Colors of #8487ba

#8487ba

Complementary Color

#8487ba #bab784

#8487ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8487ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8487ba Color CSS Codes

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

#8487ba Text Font Color

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

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


#8487ba Background Color

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

This div background color is #8487ba


#8487ba Border Color

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

This div border color is #8487ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8487ba


Comments

No comments written yet.

Please login to write comment.