Color Hex Logo

#af32fb Color Hex

#AF32FB
(175,50,251)
0 Favorites   0 Comments

Color spaces of #af32fb

RGB 17550251
HSL0.770.960.59
HSV277°80°98°
CMYK 0.300.800.00   0.02
XYZ36.232418.360292.9010
Yxy18.36020.24570.1245
Hunter Lab42.848875.9519-98.5532
CIE-Lab49.930178.3588-76.0199

#af32fb color RGB value is (175,50,251).

#af32fb hex color red value is 175, green value is 50 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #af32fb hue: 0.77 , saturation: 0.96 and the lightness value of af32fb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110010 11111011
Octal 257 62 373
Decimal 175 50 251
Hex AF 32 FB

RGB Percentages of Color #af32fb

%36.76
%10.50
%52.73

CMYK Percentages of Color #af32fb

%30
%80
%0
%2

Triadic Colors of #af32fb

#af32fb #fbaf32 #32fbaf

Analogous Colors of #af32fb

#af32fb #fb32e3 #4b32fb

Monochromatic Colors of #af32fb

#af32fb

Complementary Color

#af32fb #7efb32

#af32fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af32fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af32fb Color CSS Codes

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

#af32fb Text Font Color

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

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


#af32fb Background Color

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

This div background color is #af32fb


#af32fb Border Color

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

This div border color is #af32fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af32fb


Comments

No comments written yet.

Please login to write comment.