Color Hex Logo

#af6fde Color Hex

#AF6FDE
(175,111,222)
0 Favorites   0 Comments

Color spaces of #af6fde

RGB 175111222
HSL0.760.630.65
HSV275°50°87°
CMYK 0.210.500.00   0.13
XYZ36.548525.756872.1525
Yxy25.75680.27180.1916
Hunter Lab50.751239.7324-48.7663
CIE-Lab57.805545.4644-47.1146

#af6fde color RGB value is (175,111,222).

#af6fde hex color red value is 175, green value is 111 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #af6fde hue: 0.76 , saturation: 0.63 and the lightness value of af6fde is 0.65.

The process color (four color CMYK) of #af6fde color hex is 0.21, 0.50, 0.00, 0.13. Web safe color of #af6fde is #9966cc. Color #af6fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101111 11011110
Octal 257 157 336
Decimal 175 111 222
Hex AF 6F DE

RGB Percentages of Color #af6fde

%34.45
%21.85
%43.70

CMYK Percentages of Color #af6fde

%21
%50
%0
%13

Triadic Colors of #af6fde

#af6fde #deaf6f #6fdeaf

Analogous Colors of #af6fde

#af6fde #de6fd6 #786fde

Monochromatic Colors of #af6fde

#af6fde

Complementary Color

#af6fde #9ede6f

#af6fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6fde Color CSS Codes

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

#af6fde Text Font Color

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

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


#af6fde Background Color

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

This div background color is #af6fde


#af6fde Border Color

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

This div border color is #af6fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6fde


Comments

No comments written yet.

Please login to write comment.