Color Hex Logo

#8592ba Color Hex

#8592BA
(133,146,186)
0 Favorites   0 Comments

Color spaces of #8592ba

RGB 133146186
HSL0.630.280.63
HSV225°28°73°
CMYK 0.280.220.00   0.27
XYZ28.814729.089550.5505
Yxy29.08950.26570.2682
Hunter Lab53.93470.9782-17.8155
CIE-Lab60.86054.5932-22.3463

#8592ba color RGB value is (133,146,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010010 10111010
Octal 205 222 272
Decimal 133 146 186
Hex 85 92 BA

RGB Percentages of Color #8592ba

%28.60
%31.40
%40.00

CMYK Percentages of Color #8592ba

%28
%22
%0
%27

Triadic Colors of #8592ba

#8592ba #ba8592 #92ba85

Analogous Colors of #8592ba

#8592ba #9385ba #85adba

Monochromatic Colors of #8592ba

#8592ba

Complementary Color

#8592ba #baad85

#8592ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8592ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8592ba Color CSS Codes

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

#8592ba Text Font Color

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

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


#8592ba Background Color

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

This div background color is #8592ba


#8592ba Border Color

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

This div border color is #8592ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8592ba


Comments

No comments written yet.

Please login to write comment.