Color Hex Logo

#ab20dd Color Hex

#AB20DD
(171,32,221)
0 Favorites   0 Comments

Color spaces of #ab20dd

RGB 17132221
HSL0.790.750.50
HSV284°86°87°
CMYK 0.230.860.00   0.13
XYZ30.362214.911469.6845
Yxy14.91140.26410.1297
Hunter Lab38.615372.7732-79.9631
CIE-Lab45.512676.6565-66.2980

#ab20dd color RGB value is (171,32,221).

#ab20dd hex color red value is 171, green value is 32 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ab20dd hue: 0.79 , saturation: 0.75 and the lightness value of ab20dd is 0.50.

The process color (four color CMYK) of #ab20dd color hex is 0.23, 0.86, 0.00, 0.13. Web safe color of #ab20dd is #9933cc. Color #ab20dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100000 11011101
Octal 253 40 335
Decimal 171 32 221
Hex AB 20 DD

RGB Percentages of Color #ab20dd

%40.33
%7.55
%52.12

CMYK Percentages of Color #ab20dd

%23
%86
%0
%13

Triadic Colors of #ab20dd

#ab20dd #ddab20 #20ddab

Analogous Colors of #ab20dd

#ab20dd #dd20b1 #4d20dd

Monochromatic Colors of #ab20dd

#ab20dd

Complementary Color

#ab20dd #52dd20

#ab20dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab20dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab20dd Color CSS Codes

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

#ab20dd Text Font Color

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

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


#ab20dd Background Color

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

This div background color is #ab20dd


#ab20dd Border Color

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

This div border color is #ab20dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab20dd


Comments

No comments written yet.

Please login to write comment.