Color Hex Logo

#a090dd Color Hex

#A090DD
(160,144,221)
0 Favorites   0 Comments

Color spaces of #a090dd

RGB 160144221
HSL0.700.530.72
HSV252°35°87°
CMYK 0.280.350.00   0.13
XYZ37.521632.640672.7293
Yxy32.64060.26260.2284
Hunter Lab57.132017.2496-35.4841
CIE-Lab63.868822.5279-37.1240

#a090dd color RGB value is (160,144,221).

#a090dd hex color red value is 160, green value is 144 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a090dd hue: 0.70 , saturation: 0.53 and the lightness value of a090dd is 0.72.

The process color (four color CMYK) of #a090dd color hex is 0.28, 0.35, 0.00, 0.13. Web safe color of #a090dd is #9999cc. Color #a090dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010000 11011101
Octal 240 220 335
Decimal 160 144 221
Hex A0 90 DD

RGB Percentages of Color #a090dd

%30.48
%27.43
%42.10

CMYK Percentages of Color #a090dd

%28
%35
%0
%13

Triadic Colors of #a090dd

#a090dd #dda090 #90dda0

Analogous Colors of #a090dd

#a090dd #c790dd #90a7dd

Monochromatic Colors of #a090dd

#a090dd

Complementary Color

#a090dd #cddd90

#a090dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a090dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a090dd Color CSS Codes

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

#a090dd Text Font Color

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

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


#a090dd Background Color

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

This div background color is #a090dd


#a090dd Border Color

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

This div border color is #a090dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a090dd


Comments

No comments written yet.

Please login to write comment.