Color Hex Logo

#8490ba Color Hex

#8490BA
(132,144,186)
0 Favorites   0 Comments

Color spaces of #8490ba

RGB 132144186
HSL0.630.280.62
HSV227°29°73°
CMYK 0.290.230.00   0.27
XYZ28.351928.397250.4413
Yxy28.39720.26450.2649
Hunter Lab53.28901.7134-18.8193
CIE-Lab60.24595.4345-23.2944

#8490ba color RGB value is (132,144,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010000 10111010
Octal 204 220 272
Decimal 132 144 186
Hex 84 90 BA

RGB Percentages of Color #8490ba

%28.57
%31.17
%40.26

CMYK Percentages of Color #8490ba

%29
%23
%0
%27

Triadic Colors of #8490ba

#8490ba #ba8490 #90ba84

Analogous Colors of #8490ba

#8490ba #9384ba #84abba

Monochromatic Colors of #8490ba

#8490ba

Complementary Color

#8490ba #baae84

#8490ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8490ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8490ba Color CSS Codes

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

#8490ba Text Font Color

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

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


#8490ba Background Color

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

This div background color is #8490ba


#8490ba Border Color

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

This div border color is #8490ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8490ba


Comments

No comments written yet.

Please login to write comment.