Color Hex Logo

#a1afdb Color Hex

#A1AFDB
(161,175,219)
0 Favorites   0 Comments

Color spaces of #a1afdb

RGB 161175219
HSL0.630.450.75
HSV226°26°86°
CMYK 0.260.200.00   0.14
XYZ42.814143.351573.1290
Yxy43.35150.26880.2721
Hunter Lab65.84190.8476-19.7627
CIE-Lab71.79294.8653-23.7815

#a1afdb color RGB value is (161,175,219).

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

The process color (four color CMYK) of #a1afdb color hex is 0.26, 0.20, 0.00, 0.14. Web safe color of #a1afdb is #9999cc. Color #a1afdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101111 11011011
Octal 241 257 333
Decimal 161 175 219
Hex A1 AF DB

RGB Percentages of Color #a1afdb

%29.01
%31.53
%39.46

CMYK Percentages of Color #a1afdb

%26
%20
%0
%14

Triadic Colors of #a1afdb

#a1afdb #dba1af #afdba1

Analogous Colors of #a1afdb

#a1afdb #b0a1db #a1ccdb

Monochromatic Colors of #a1afdb

#a1afdb

Complementary Color

#a1afdb #dbcda1

#a1afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1afdb Color CSS Codes

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

#a1afdb Text Font Color

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

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


#a1afdb Background Color

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

This div background color is #a1afdb


#a1afdb Border Color

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

This div border color is #a1afdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,175,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1afdb


Comments

No comments written yet.

Please login to write comment.