Color Hex Logo

#a090bd Color Hex

#A090BD
(160,144,189)
0 Favorites   0 Comments

Color spaces of #a090bd

RGB 160144189
HSL0.730.250.65
HSV261°24°74°
CMYK 0.150.240.00   0.26
XYZ33.655831.094252.3720
Yxy31.09420.28740.2655
Hunter Lab55.762210.1516-16.6518
CIE-Lab62.587114.9969-21.2077

#a090bd color RGB value is (160,144,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010000 10111101
Octal 240 220 275
Decimal 160 144 189
Hex A0 90 BD

RGB Percentages of Color #a090bd

%32.45
%29.21
%38.34

CMYK Percentages of Color #a090bd

%15
%24
%0
%26

Triadic Colors of #a090bd

#a090bd #bda090 #90bda0

Analogous Colors of #a090bd

#a090bd #b790bd #9097bd

Monochromatic Colors of #a090bd

#a090bd

Complementary Color

#a090bd #adbd90

#a090bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a090bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a090bd Color CSS Codes

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

#a090bd Text Font Color

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

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


#a090bd Background Color

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

This div background color is #a090bd


#a090bd Border Color

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

This div border color is #a090bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a090bd


Comments

No comments written yet.

Please login to write comment.