Color Hex Logo

#af6ade Color Hex

#AF6ADE
(175,106,222)
0 Favorites   0 Comments

Color spaces of #af6ade

RGB 175106222
HSL0.770.640.64
HSV276°52°87°
CMYK 0.210.520.00   0.13
XYZ36.018024.696071.9757
Yxy24.69600.27140.1861
Hunter Lab49.695142.4069-51.0859
CIE-Lab56.778048.1254-48.7436

#af6ade color RGB value is (175,106,222).

#af6ade hex color red value is 175, green value is 106 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #af6ade hue: 0.77 , saturation: 0.64 and the lightness value of af6ade is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101010 11011110
Octal 257 152 336
Decimal 175 106 222
Hex AF 6A DE

RGB Percentages of Color #af6ade

%34.79
%21.07
%44.14

CMYK Percentages of Color #af6ade

%21
%52
%0
%13

Triadic Colors of #af6ade

#af6ade #deaf6a #6adeaf

Analogous Colors of #af6ade

#af6ade #de6ad3 #756ade

Monochromatic Colors of #af6ade

#af6ade

Complementary Color

#af6ade #99de6a

#af6ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6ade Color CSS Codes

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

#af6ade Text Font Color

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

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


#af6ade Background Color

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

This div background color is #af6ade


#af6ade Border Color

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

This div border color is #af6ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6ade


Comments

No comments written yet.

Please login to write comment.