Color Hex Logo

#a0afdd Color Hex

#A0AFDD
(160,175,221)
0 Favorites   0 Comments

Color spaces of #a0afdd

RGB 160175221
HSL0.630.470.75
HSV225°28°87°
CMYK 0.280.210.00   0.13
XYZ42.878343.354074.5148
Yxy43.35400.26670.2697
Hunter Lab65.84381.0149-21.0073
CIE-Lab71.79465.0495-24.8780

#a0afdd color RGB value is (160,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101111 11011101
Octal 240 257 335
Decimal 160 175 221
Hex A0 AF DD

RGB Percentages of Color #a0afdd

%28.78
%31.47
%39.75

CMYK Percentages of Color #a0afdd

%28
%21
%0
%13

Triadic Colors of #a0afdd

#a0afdd #dda0af #afdda0

Analogous Colors of #a0afdd

#a0afdd #b0a0dd #a0cedd

Monochromatic Colors of #a0afdd

#a0afdd

Complementary Color

#a0afdd #ddcea0

#a0afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0afdd Color CSS Codes

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

#a0afdd Text Font Color

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

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


#a0afdd Background Color

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

This div background color is #a0afdd


#a0afdd Border Color

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

This div border color is #a0afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0afdd


Comments

No comments written yet.

Please login to write comment.