Color Hex Logo

#ab72dd Color Hex

#AB72DD
(171,114,221)
1 Favorites   0 Comments

Color spaces of #ab72dd

RGB 171114221
HSL0.760.610.66
HSV272°48°87°
CMYK 0.230.480.00   0.13
XYZ35.863025.913071.5181
Yxy25.91300.26910.1944
Hunter Lab50.904836.6718-47.6654
CIE-Lab57.954442.5351-46.3454

#ab72dd color RGB value is (171,114,221).

#ab72dd hex color red value is 171, green value is 114 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ab72dd hue: 0.76 , saturation: 0.61 and the lightness value of ab72dd is 0.66.

The process color (four color CMYK) of #ab72dd color hex is 0.23, 0.48, 0.00, 0.13. Web safe color of #ab72dd is #9966cc. Color #ab72dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110010 11011101
Octal 253 162 335
Decimal 171 114 221
Hex AB 72 DD

RGB Percentages of Color #ab72dd

%33.79
%22.53
%43.68

CMYK Percentages of Color #ab72dd

%23
%48
%0
%13

Triadic Colors of #ab72dd

#ab72dd #ddab72 #72ddab

Analogous Colors of #ab72dd

#ab72dd #dd72da #7672dd

Monochromatic Colors of #ab72dd

#ab72dd

Complementary Color

#ab72dd #a4dd72

#ab72dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab72dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab72dd Color CSS Codes

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

#ab72dd Text Font Color

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

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


#ab72dd Background Color

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

This div background color is #ab72dd


#ab72dd Border Color

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

This div border color is #ab72dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,114,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 #ab72dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab72dd

#ab72dd Color Palettes


Comments

No comments written yet.

Please login to write comment.