Color Hex Logo

#ab20fc Color Hex

#AB20FC
(171,32,252)
0 Favorites   0 Comments

Color spaces of #ab20fc

RGB 17132252
HSL0.770.970.56
HSV278°87°99°
CMYK 0.320.870.00   0.01
XYZ34.881816.719293.4841
Yxy16.71920.24040.1152
Hunter Lab40.889180.7193-106.9313
CIE-Lab47.904382.5290-79.9088

#ab20fc color RGB value is (171,32,252).

#ab20fc hex color red value is 171, green value is 32 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ab20fc hue: 0.77 , saturation: 0.97 and the lightness value of ab20fc is 0.56.

The process color (four color CMYK) of #ab20fc color hex is 0.32, 0.87, 0.00, 0.01. Web safe color of #ab20fc is #9933ff. Color #ab20fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100000 11111100
Octal 253 40 374
Decimal 171 32 252
Hex AB 20 FC

RGB Percentages of Color #ab20fc

%37.58
%7.03
%55.38

CMYK Percentages of Color #ab20fc

%32
%87
%0
%1

Triadic Colors of #ab20fc

#ab20fc #fcab20 #20fcab

Analogous Colors of #ab20fc

#ab20fc #fc20df #3d20fc

Monochromatic Colors of #ab20fc

#ab20fc

Complementary Color

#ab20fc #71fc20

#ab20fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab20fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab20fc Color CSS Codes

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

#ab20fc Text Font Color

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

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


#ab20fc Background Color

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

This div background color is #ab20fc


#ab20fc Border Color

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

This div border color is #ab20fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,32,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ab20fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ab20fc;
  -webkit-box-shadow: 1px 1px 3px 2px #ab20fc;
  box-shadow:         1px 1px 3px 2px #ab20fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,32,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab20fc


Comments

No comments written yet.

Please login to write comment.