Color Hex Logo

#a092bd Color Hex

#A092BD
(160,146,189)
0 Favorites   0 Comments

Color spaces of #a092bd

RGB 160146189
HSL0.720.250.66
HSV260°23°74°
CMYK 0.150.230.00   0.26
XYZ33.961431.705552.4739
Yxy31.70550.28750.2684
Hunter Lab56.30769.1222-15.8379
CIE-Lab63.098713.8589-20.4271

#a092bd color RGB value is (160,146,189).

#a092bd hex color red value is 160, green value is 146 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a092bd hue: 0.72 , saturation: 0.25 and the lightness value of a092bd is 0.66.

The process color (four color CMYK) of #a092bd color hex is 0.15, 0.23, 0.00, 0.26. Web safe color of #a092bd is #9999cc. Color #a092bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010010 10111101
Octal 240 222 275
Decimal 160 146 189
Hex A0 92 BD

RGB Percentages of Color #a092bd

%32.32
%29.49
%38.18

CMYK Percentages of Color #a092bd

%15
%23
%0
%26

Triadic Colors of #a092bd

#a092bd #bda092 #92bda0

Analogous Colors of #a092bd

#a092bd #b692bd #929abd

Monochromatic Colors of #a092bd

#a092bd

Complementary Color

#a092bd #afbd92

#a092bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a092bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a092bd Color CSS Codes

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

#a092bd Text Font Color

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

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


#a092bd Background Color

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

This div background color is #a092bd


#a092bd Border Color

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

This div border color is #a092bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a092bd


Comments

No comments written yet.

Please login to write comment.