Color Hex Logo

#afa6fe Color Hex

#AFA6FE
(175,166,254)
0 Favorites   0 Comments

Color spaces of #afa6fe

RGB 175166254
HSL0.680.980.82
HSV246°35°100°
CMYK 0.310.350.00   0.00
XYZ49.204843.542299.5770
Yxy43.54220.25580.2264
Hunter Lab65.986517.6274-43.2811
CIE-Lab71.921422.5044-42.5430

#afa6fe color RGB value is (175,166,254).

#afa6fe hex color red value is 175, green value is 166 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #afa6fe hue: 0.68 , saturation: 0.98 and the lightness value of afa6fe is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 11111110
Octal 257 246 376
Decimal 175 166 254
Hex AF A6 FE

RGB Percentages of Color #afa6fe

%29.41
%27.90
%42.69

CMYK Percentages of Color #afa6fe

%31
%35
%0
%0

Triadic Colors of #afa6fe

#afa6fe #feafa6 #a6feaf

Analogous Colors of #afa6fe

#afa6fe #dba6fe #a6c9fe

Monochromatic Colors of #afa6fe

#afa6fe

Complementary Color

#afa6fe #f5fea6

#afa6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa6fe Color CSS Codes

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

#afa6fe Text Font Color

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

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


#afa6fe Background Color

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

This div background color is #afa6fe


#afa6fe Border Color

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

This div border color is #afa6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.