Color Hex Logo

#afa1ff Color Hex

#AFA1FF
(175,161,255)
0 Favorites   0 Comments

Color spaces of #afa1ff

RGB 175161255
HSL0.691.000.82
HSV249°37°100°
CMYK 0.310.370.00   0.00
XYZ48.474141.8237100.1257
Yxy41.82370.25460.2196
Hunter Lab64.671220.6194-46.5244
CIE-Lab70.749225.5599-44.9200

#afa1ff color RGB value is (175,161,255).

#afa1ff hex color red value is 175, green value is 161 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #afa1ff hue: 0.69 , saturation: 1.00 and the lightness value of afa1ff is 0.82.

The process color (four color CMYK) of #afa1ff color hex is 0.31, 0.37, 0.00, 0.00. Web safe color of #afa1ff is #9999ff. Color #afa1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 11111111
Octal 257 241 377
Decimal 175 161 255
Hex AF A1 FF

RGB Percentages of Color #afa1ff

%29.61
%27.24
%43.15

CMYK Percentages of Color #afa1ff

%31
%37
%0
%0

Triadic Colors of #afa1ff

#afa1ff #ffafa1 #a1ffaf

Analogous Colors of #afa1ff

#afa1ff #dea1ff #a1c2ff

Monochromatic Colors of #afa1ff

#afa1ff

Complementary Color

#afa1ff #f1ffa1

#afa1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa1ff Color CSS Codes

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

#afa1ff Text Font Color

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

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


#afa1ff Background Color

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

This div background color is #afa1ff


#afa1ff Border Color

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

This div border color is #afa1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa1ff


Comments

No comments written yet.

Please login to write comment.