Color Hex Logo

#8890ba Color Hex

#8890BA
(136,144,186)
0 Favorites   0 Comments

Color spaces of #8890ba

RGB 136144186
HSL0.640.270.63
HSV230°27°73°
CMYK 0.270.230.00   0.27
XYZ28.989528.725950.4711
Yxy28.72590.26800.2655
Hunter Lab53.59652.7538-18.3150
CIE-Lab60.53906.6571-22.8196

#8890ba color RGB value is (136,144,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010000 10111010
Octal 210 220 272
Decimal 136 144 186
Hex 88 90 BA

RGB Percentages of Color #8890ba

%29.18
%30.90
%39.91

CMYK Percentages of Color #8890ba

%27
%23
%0
%27

Triadic Colors of #8890ba

#8890ba #ba8890 #90ba88

Analogous Colors of #8890ba

#8890ba #9988ba #88a9ba

Monochromatic Colors of #8890ba

#8890ba

Complementary Color

#8890ba #bab288

#8890ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8890ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8890ba Color CSS Codes

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

#8890ba Text Font Color

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

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


#8890ba Background Color

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

This div background color is #8890ba


#8890ba Border Color

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

This div border color is #8890ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8890ba


Comments

No comments written yet.

Please login to write comment.