Color Hex Logo

#af5ade Color Hex

#AF5ADE
(175,90,222)
0 Favorites   0 Comments

Color spaces of #af5ade

RGB 17590222
HSL0.770.670.61
HSV279°59°87°
CMYK 0.210.590.00   0.13
XYZ34.520221.700271.4764
Yxy21.70020.27030.1699
Hunter Lab46.583550.7545-58.3645
CIE-Lab53.707556.2739-53.6338

#af5ade color RGB value is (175,90,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011010 11011110
Octal 257 132 336
Decimal 175 90 222
Hex AF 5A DE

RGB Percentages of Color #af5ade

%35.93
%18.48
%45.59

CMYK Percentages of Color #af5ade

%21
%59
%0
%13

Triadic Colors of #af5ade

#af5ade #deaf5a #5adeaf

Analogous Colors of #af5ade

#af5ade #de5acb #6d5ade

Monochromatic Colors of #af5ade

#af5ade

Complementary Color

#af5ade #89de5a

#af5ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5ade Color CSS Codes

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

#af5ade Text Font Color

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

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


#af5ade Background Color

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

This div background color is #af5ade


#af5ade Border Color

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

This div border color is #af5ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5ade


Comments

No comments written yet.

Please login to write comment.