Color Hex Logo

#a092af Color Hex

#A092AF
(160,146,175)
0 Favorites   0 Comments

Color spaces of #a092af

RGB 160146175
HSL0.750.150.63
HSV269°17°69°
CMYK 0.090.170.00   0.31
XYZ32.514031.126544.8518
Yxy31.12650.29970.2869
Hunter Lab55.79116.3919-8.6108
CIE-Lab62.614310.8333-13.2697

#a092af color RGB value is (160,146,175).

#a092af hex color red value is 160, green value is 146 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a092af hue: 0.75 , saturation: 0.15 and the lightness value of a092af is 0.63.

The process color (four color CMYK) of #a092af color hex is 0.09, 0.17, 0.00, 0.31. Web safe color of #a092af is #999999. Color #a092af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010010 10101111
Octal 240 222 257
Decimal 160 146 175
Hex A0 92 AF

RGB Percentages of Color #a092af

%33.26
%30.35
%36.38

CMYK Percentages of Color #a092af

%9
%17
%0
%31

Triadic Colors of #a092af

#a092af #afa092 #92afa0

Analogous Colors of #a092af

#a092af #af92af #9293af

Monochromatic Colors of #a092af

#a092af

Complementary Color

#a092af #a1af92

#a092af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a092af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a092af Color CSS Codes

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

#a092af Text Font Color

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

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


#a092af Background Color

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

This div background color is #a092af


#a092af Border Color

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

This div border color is #a092af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,146,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a092af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a092af;
  -webkit-box-shadow: 1px 1px 3px 2px #a092af;
  box-shadow:         1px 1px 3px 2px #a092af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a092af


Comments

No comments written yet.

Please login to write comment.