Color Hex Logo

#af57fa Color Hex

#AF57FA
(175,87,250)
0 Favorites   0 Comments

Color spaces of #af57fa

RGB 17587250
HSL0.760.940.66
HSV272°65°98°
CMYK 0.300.650.00   0.02
XYZ38.342722.832592.8287
Yxy22.83250.24900.1483
Hunter Lab47.783459.6125-81.7343
CIE-Lab54.899463.8456-67.4029

#af57fa color RGB value is (175,87,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010111 11111010
Octal 257 127 372
Decimal 175 87 250
Hex AF 57 FA

RGB Percentages of Color #af57fa

%34.18
%16.99
%48.83

CMYK Percentages of Color #af57fa

%30
%65
%0
%2

Triadic Colors of #af57fa

#af57fa #faaf57 #57faaf

Analogous Colors of #af57fa

#af57fa #fa57f4 #5e57fa

Monochromatic Colors of #af57fa

#af57fa

Complementary Color

#af57fa #a2fa57

#af57fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af57fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af57fa Color CSS Codes

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

#af57fa Text Font Color

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

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


#af57fa Background Color

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

This div background color is #af57fa


#af57fa Border Color

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

This div border color is #af57fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af57fa


Comments

No comments written yet.

Please login to write comment.