Color Hex Logo

#af21ed Color Hex

#AF21ED
(175,33,237)
0 Favorites   0 Comments

Color spaces of #af21ed

RGB 17533237
HSL0.780.850.53
HSV282°86°93°
CMYK 0.260.860.00   0.07
XYZ33.509116.316181.5040
Yxy16.31610.25520.1242
Hunter Lab40.393277.3907-91.3581
CIE-Lab47.386580.0019-72.3075

#af21ed color RGB value is (175,33,237).

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

The process color (four color CMYK) of #af21ed color hex is 0.26, 0.86, 0.00, 0.07. Web safe color of #af21ed is #9933ff. Color #af21ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100001 11101101
Octal 257 41 355
Decimal 175 33 237
Hex AF 21 ED

RGB Percentages of Color #af21ed

%39.33
%7.42
%53.26

CMYK Percentages of Color #af21ed

%26
%86
%0
%7

Triadic Colors of #af21ed

#af21ed #edaf21 #21edaf

Analogous Colors of #af21ed

#af21ed #ed21c5 #4921ed

Monochromatic Colors of #af21ed

#af21ed

Complementary Color

#af21ed #5fed21

#af21ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af21ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#af21ed Color CSS Codes

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

#af21ed Text Font Color

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

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


#af21ed Background Color

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

This div background color is #af21ed


#af21ed Border Color

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

This div border color is #af21ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af21ed


Comments

No comments written yet.

Please login to write comment.