Color Hex Logo

#af21fb Color Hex

#AF21FB
(175,33,251)
0 Favorites   0 Comments

Color spaces of #af21fb

RGB 17533251
HSL0.780.960.56
HSV279°87°98°
CMYK 0.300.870.00   0.02
XYZ35.635617.166792.7021
Yxy17.16670.24490.1180
Hunter Lab41.432781.0177-103.6533
CIE-Lab48.469482.6534-78.4029

#af21fb color RGB value is (175,33,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100001 11111011
Octal 257 41 373
Decimal 175 33 251
Hex AF 21 FB

RGB Percentages of Color #af21fb

%38.13
%7.19
%54.68

CMYK Percentages of Color #af21fb

%30
%87
%0
%2

Triadic Colors of #af21fb

#af21fb #fbaf21 #21fbaf

Analogous Colors of #af21fb

#af21fb #fb21da #4221fb

Monochromatic Colors of #af21fb

#af21fb

Complementary Color

#af21fb #6dfb21

#af21fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af21fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af21fb Color CSS Codes

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

#af21fb Text Font Color

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

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


#af21fb Background Color

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

This div background color is #af21fb


#af21fb Border Color

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

This div border color is #af21fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af21fb


Comments

No comments written yet.

Please login to write comment.