Color Hex Logo

#af30fa Color Hex

#AF30FA
(175,48,250)
0 Favorites   0 Comments

Color spaces of #af30fa

RGB 17548250
HSL0.770.950.58
HSV278°81°98°
CMYK 0.300.810.00   0.02
XYZ35.991518.130092.0450
Yxy18.13000.24620.1240
Hunter Lab42.579376.3688-98.3634
CIE-Lab49.653478.7462-75.9125

#af30fa color RGB value is (175,48,250).

#af30fa hex color red value is 175, green value is 48 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #af30fa hue: 0.77 , saturation: 0.95 and the lightness value of af30fa is 0.58.

The process color (four color CMYK) of #af30fa color hex is 0.30, 0.81, 0.00, 0.02. Web safe color of #af30fa is #9933ff. Color #af30fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110000 11111010
Octal 257 60 372
Decimal 175 48 250
Hex AF 30 FA

RGB Percentages of Color #af30fa

%37.00
%10.15
%52.85

CMYK Percentages of Color #af30fa

%30
%81
%0
%2

Triadic Colors of #af30fa

#af30fa #faaf30 #30faaf

Analogous Colors of #af30fa

#af30fa #fa30e0 #4a30fa

Monochromatic Colors of #af30fa

#af30fa

Complementary Color

#af30fa #7bfa30

#af30fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af30fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af30fa Color CSS Codes

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

#af30fa Text Font Color

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

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


#af30fa Background Color

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

This div background color is #af30fa


#af30fa Border Color

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

This div border color is #af30fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af30fa

Related Colors


Comments

No comments written yet.

Please login to write comment.