Color Hex Logo

#a1afdc Color Hex

#A1AFDC
(161,175,220)
0 Favorites   0 Comments

Color spaces of #a1afdc

RGB 161175220
HSL0.630.460.75
HSV226°27°86°
CMYK 0.270.200.00   0.14
XYZ42.946243.404373.8245
Yxy43.40430.26810.2710
Hunter Lab65.88191.0647-20.3205
CIE-Lab71.82855.1055-24.2736

#a1afdc color RGB value is (161,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101111 11011100
Octal 241 257 334
Decimal 161 175 220
Hex A1 AF DC

RGB Percentages of Color #a1afdc

%28.96
%31.47
%39.57

CMYK Percentages of Color #a1afdc

%27
%20
%0
%14

Triadic Colors of #a1afdc

#a1afdc #dca1af #afdca1

Analogous Colors of #a1afdc

#a1afdc #b1a1dc #a1cddc

Monochromatic Colors of #a1afdc

#a1afdc

Complementary Color

#a1afdc #dccea1

#a1afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1afdc Color CSS Codes

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

#a1afdc Text Font Color

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

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


#a1afdc Background Color

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

This div background color is #a1afdc


#a1afdc Border Color

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

This div border color is #a1afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1afdc


Comments

No comments written yet.

Please login to write comment.