Color Hex Logo

#ab71dd Color Hex

#AB71DD
(171,113,221)
0 Favorites   0 Comments

Color spaces of #ab71dd

RGB 171113221
HSL0.760.610.65
HSV272°49°87°
CMYK 0.230.490.00   0.13
XYZ35.750925.688671.4807
Yxy25.68860.26900.1933
Hunter Lab50.683937.2116-48.1393
CIE-Lab57.740343.0811-46.6842

#ab71dd color RGB value is (171,113,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110001 11011101
Octal 253 161 335
Decimal 171 113 221
Hex AB 71 DD

RGB Percentages of Color #ab71dd

%33.86
%22.38
%43.76

CMYK Percentages of Color #ab71dd

%23
%49
%0
%13

Triadic Colors of #ab71dd

#ab71dd #ddab71 #71ddab

Analogous Colors of #ab71dd

#ab71dd #dd71d9 #7571dd

Monochromatic Colors of #ab71dd

#ab71dd

Complementary Color

#ab71dd #a3dd71

#ab71dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab71dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab71dd Color CSS Codes

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

#ab71dd Text Font Color

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

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


#ab71dd Background Color

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

This div background color is #ab71dd


#ab71dd Border Color

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

This div border color is #ab71dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab71dd


Comments

No comments written yet.

Please login to write comment.