Color Hex Logo

#ab20be Color Hex

#AB20BE
(171,32,190)
0 Favorites   0 Comments

Color spaces of #ab20be

RGB 17132190
HSL0.810.710.44
HSV293°83°75°
CMYK 0.100.830.00   0.25
XYZ26.605413.408749.9011
Yxy13.40870.29590.1491
Hunter Lab36.617965.6111-55.1650
CIE-Lab43.372771.1580-51.8317

#ab20be color RGB value is (171,32,190).

#ab20be hex color red value is 171, green value is 32 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ab20be hue: 0.81 , saturation: 0.71 and the lightness value of ab20be is 0.44.

The process color (four color CMYK) of #ab20be color hex is 0.10, 0.83, 0.00, 0.25. Web safe color of #ab20be is #9933cc. Color #ab20be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100000 10111110
Octal 253 40 276
Decimal 171 32 190
Hex AB 20 BE

RGB Percentages of Color #ab20be

%43.51
%8.14
%48.35

CMYK Percentages of Color #ab20be

%10
%83
%0
%25

Triadic Colors of #ab20be

#ab20be #beab20 #20beab

Analogous Colors of #ab20be

#ab20be #be2082 #5c20be

Monochromatic Colors of #ab20be

#ab20be

Complementary Color

#ab20be #33be20

#ab20be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab20be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab20be Color CSS Codes

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

#ab20be Text Font Color

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

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


#ab20be Background Color

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

This div background color is #ab20be


#ab20be Border Color

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

This div border color is #ab20be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab20be


Comments

No comments written yet.

Please login to write comment.