Color Hex Logo

#af6ffd Color Hex

#AF6FFD
(175,111,253)
0 Favorites   0 Comments

Color spaces of #af6ffd

RGB 175111253
HSL0.740.970.71
HSV267°56°99°
CMYK 0.310.560.00   0.01
XYZ41.093327.574796.0851
Yxy27.57470.24940.1674
Hunter Lab52.511647.7910-71.7300
CIE-Lab59.502552.6355-61.6586

#af6ffd color RGB value is (175,111,253).

#af6ffd hex color red value is 175, green value is 111 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #af6ffd hue: 0.74 , saturation: 0.97 and the lightness value of af6ffd is 0.71.

The process color (four color CMYK) of #af6ffd color hex is 0.31, 0.56, 0.00, 0.01. Web safe color of #af6ffd is #9966ff. Color #af6ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101111 11111101
Octal 257 157 375
Decimal 175 111 253
Hex AF 6F FD

RGB Percentages of Color #af6ffd

%32.47
%20.59
%46.94

CMYK Percentages of Color #af6ffd

%31
%56
%0
%1

Triadic Colors of #af6ffd

#af6ffd #fdaf6f #6ffdaf

Analogous Colors of #af6ffd

#af6ffd #f66ffd #6f76fd

Monochromatic Colors of #af6ffd

#af6ffd

Complementary Color

#af6ffd #bdfd6f

#af6ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6ffd Color CSS Codes

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

#af6ffd Text Font Color

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

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


#af6ffd Background Color

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

This div background color is #af6ffd


#af6ffd Border Color

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

This div border color is #af6ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6ffd


Comments

No comments written yet.

Please login to write comment.