Color Hex Logo

#af70fa Color Hex

#AF70FA
(175,112,250)
0 Favorites   0 Comments

Color spaces of #af70fa

RGB 175112250
HSL0.740.930.71
HSV267°55°98°
CMYK 0.300.550.00   0.02
XYZ40.728727.604493.6240
Yxy27.60440.25150.1704
Hunter Lab52.539946.4276-68.8745
CIE-Lab59.529651.3972-59.9598

#af70fa color RGB value is (175,112,250).

#af70fa hex color red value is 175, green value is 112 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #af70fa hue: 0.74 , saturation: 0.93 and the lightness value of af70fa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110000 11111010
Octal 257 160 372
Decimal 175 112 250
Hex AF 70 FA

RGB Percentages of Color #af70fa

%32.59
%20.86
%46.55

CMYK Percentages of Color #af70fa

%30
%55
%0
%2

Triadic Colors of #af70fa

#af70fa #faaf70 #70faaf

Analogous Colors of #af70fa

#af70fa #f470fa #7076fa

Monochromatic Colors of #af70fa

#af70fa

Complementary Color

#af70fa #bbfa70

#af70fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af70fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af70fa Color CSS Codes

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

#af70fa Text Font Color

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

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


#af70fa Background Color

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

This div background color is #af70fa


#af70fa Border Color

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

This div border color is #af70fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af70fa


Comments

No comments written yet.

Please login to write comment.