Color Hex Logo

#af59fa Color Hex

#AF59FA
(175,89,250)
0 Favorites   0 Comments

Color spaces of #af59fa

RGB 17589250
HSL0.760.940.66
HSV272°64°98°
CMYK 0.300.640.00   0.02
XYZ38.506923.160892.8834
Yxy23.16080.24920.1499
Hunter Lab48.125758.6037-80.7428
CIE-Lab55.237662.9145-66.8571

#af59fa color RGB value is (175,89,250).

#af59fa hex color red value is 175, green value is 89 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #af59fa hue: 0.76 , saturation: 0.94 and the lightness value of af59fa is 0.66.

The process color (four color CMYK) of #af59fa color hex is 0.30, 0.64, 0.00, 0.02. Web safe color of #af59fa is #9966ff. Color #af59fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011001 11111010
Octal 257 131 372
Decimal 175 89 250
Hex AF 59 FA

RGB Percentages of Color #af59fa

%34.05
%17.32
%48.64

CMYK Percentages of Color #af59fa

%30
%64
%0
%2

Triadic Colors of #af59fa

#af59fa #faaf59 #59faaf

Analogous Colors of #af59fa

#af59fa #fa59f5 #5f59fa

Monochromatic Colors of #af59fa

#af59fa

Complementary Color

#af59fa #a4fa59

#af59fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af59fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af59fa Color CSS Codes

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

#af59fa Text Font Color

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

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


#af59fa Background Color

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

This div background color is #af59fa


#af59fa Border Color

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

This div border color is #af59fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af59fa


Comments

No comments written yet.

Please login to write comment.