Color Hex Logo

#a0a7dd Color Hex

#A0A7DD
(160,167,221)
0 Favorites   0 Comments

Color spaces of #a0a7dd

RGB 160167221
HSL0.650.470.75
HSV233°28°87°
CMYK 0.280.240.00   0.13
XYZ41.367140.331574.0111
Yxy40.33150.26570.2590
Hunter Lab63.50715.1335-24.6416
CIE-Lab69.70509.4973-28.0827

#a0a7dd color RGB value is (160,167,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10100111 11011101
Octal 240 247 335
Decimal 160 167 221
Hex A0 A7 DD

RGB Percentages of Color #a0a7dd

%29.20
%30.47
%40.33

CMYK Percentages of Color #a0a7dd

%28
%24
%0
%13

Triadic Colors of #a0a7dd

#a0a7dd #dda0a7 #a7dda0

Analogous Colors of #a0a7dd

#a0a7dd #b8a0dd #a0c6dd

Monochromatic Colors of #a0a7dd

#a0a7dd

Complementary Color

#a0a7dd #ddd6a0

#a0a7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0a7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0a7dd Color CSS Codes

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

#a0a7dd Text Font Color

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

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


#a0a7dd Background Color

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

This div background color is #a0a7dd


#a0a7dd Border Color

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

This div border color is #a0a7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0a7dd


Comments

No comments written yet.

Please login to write comment.