Color Hex Logo

#afa4ff Color Hex

#AFA4FF
(175,164,255)
0 Favorites   0 Comments

Color spaces of #afa4ff

RGB 175164255
HSL0.691.000.82
HSV247°36°100°
CMYK 0.310.360.00   0.00
XYZ49.004742.8849100.3025
Yxy42.88490.25500.2231
Hunter Lab65.486618.9731-44.9709
CIE-Lab71.476823.8760-43.7799

#afa4ff color RGB value is (175,164,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 11111111
Octal 257 244 377
Decimal 175 164 255
Hex AF A4 FF

RGB Percentages of Color #afa4ff

%29.46
%27.61
%42.93

CMYK Percentages of Color #afa4ff

%31
%36
%0
%0

Triadic Colors of #afa4ff

#afa4ff #ffafa4 #a4ffaf

Analogous Colors of #afa4ff

#afa4ff #dda4ff #a4c7ff

Monochromatic Colors of #afa4ff

#afa4ff

Complementary Color

#afa4ff #f4ffa4

#afa4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa4ff Color CSS Codes

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

#afa4ff Text Font Color

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

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


#afa4ff Background Color

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

This div background color is #afa4ff


#afa4ff Border Color

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

This div border color is #afa4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa4ff


Comments

No comments written yet.

Please login to write comment.