Color Hex Logo

#ab71dc Color Hex

#AB71DC
(171,113,220)
0 Favorites   0 Comments

Color spaces of #ab71dc

RGB 171113220
HSL0.760.600.65
HSV273°49°86°
CMYK 0.220.490.00   0.14
XYZ35.618025.635570.7810
Yxy25.63550.26980.1942
Hunter Lab50.631536.9651-47.4432
CIE-Lab57.689442.8524-46.2028

#ab71dc color RGB value is (171,113,220).

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

The process color (four color CMYK) of #ab71dc color hex is 0.22, 0.49, 0.00, 0.14. Web safe color of #ab71dc is #9966cc. Color #ab71dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110001 11011100
Octal 253 161 334
Decimal 171 113 220
Hex AB 71 DC

RGB Percentages of Color #ab71dc

%33.93
%22.42
%43.65

CMYK Percentages of Color #ab71dc

%22
%49
%0
%14

Triadic Colors of #ab71dc

#ab71dc #dcab71 #71dcab

Analogous Colors of #ab71dc

#ab71dc #dc71d8 #7671dc

Monochromatic Colors of #ab71dc

#ab71dc

Complementary Color

#ab71dc #a2dc71

#ab71dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab71dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab71dc Color CSS Codes

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

#ab71dc Text Font Color

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

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


#ab71dc Background Color

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

This div background color is #ab71dc


#ab71dc Border Color

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

This div border color is #ab71dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab71dc


Comments

No comments written yet.

Please login to write comment.