Color Hex Logo

#ab20bf Color Hex

#AB20BF
(171,32,191)
0 Favorites   0 Comments

Color spaces of #ab20bf

RGB 17132191
HSL0.810.710.44
HSV292°83°75°
CMYK 0.100.830.00   0.25
XYZ26.715113.452550.4788
Yxy13.45250.29470.1484
Hunter Lab36.677665.8291-55.9254
CIE-Lab43.437371.3285-52.3131

#ab20bf color RGB value is (171,32,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100000 10111111
Octal 253 40 277
Decimal 171 32 191
Hex AB 20 BF

RGB Percentages of Color #ab20bf

%43.40
%8.12
%48.48

CMYK Percentages of Color #ab20bf

%10
%83
%0
%25

Triadic Colors of #ab20bf

#ab20bf #bfab20 #20bfab

Analogous Colors of #ab20bf

#ab20bf #bf2084 #5c20bf

Monochromatic Colors of #ab20bf

#ab20bf

Complementary Color

#ab20bf #34bf20

#ab20bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab20bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab20bf Color CSS Codes

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

#ab20bf Text Font Color

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

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


#ab20bf Background Color

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

This div background color is #ab20bf


#ab20bf Border Color

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

This div border color is #ab20bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab20bf


Comments

No comments written yet.

Please login to write comment.