Color Hex Logo

#8592ae Color Hex

#8592AE
(133,146,174)
0 Favorites   0 Comments

Color spaces of #8592ae

RGB 133146174
HSL0.610.200.60
HSV221°24°68°
CMYK 0.240.160.00   0.32
XYZ27.591728.600344.1106
Yxy28.60030.27510.2851
Hunter Lab53.4792-1.4947-11.4679
CIE-Lab60.42721.6398-16.2161

#8592ae color RGB value is (133,146,174).

#8592ae hex color red value is 133, green value is 146 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8592ae hue: 0.61 , saturation: 0.20 and the lightness value of 8592ae is 0.60.

The process color (four color CMYK) of #8592ae color hex is 0.24, 0.16, 0.00, 0.32. Web safe color of #8592ae is #999999. Color #8592ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010010 10101110
Octal 205 222 256
Decimal 133 146 174
Hex 85 92 AE

RGB Percentages of Color #8592ae

%29.36
%32.23
%38.41

CMYK Percentages of Color #8592ae

%24
%16
%0
%32

Triadic Colors of #8592ae

#8592ae #ae8592 #92ae85

Analogous Colors of #8592ae

#8592ae #8d85ae #85a7ae

Monochromatic Colors of #8592ae

#8592ae

Complementary Color

#8592ae #aea185

#8592ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8592ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8592ae Color CSS Codes

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

#8592ae Text Font Color

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

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


#8592ae Background Color

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

This div background color is #8592ae


#8592ae Border Color

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

This div border color is #8592ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,146,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8592ae


Comments

No comments written yet.

Please login to write comment.