Color Hex Logo

#ab81cf Color Hex

#AB81CF
(171,129,207)
0 Favorites   0 Comments

Color spaces of #ab81cf

RGB 171129207
HSL0.760.450.66
HSV272°38°81°
CMYK 0.170.380.00   0.19
XYZ35.907328.863462.7102
Yxy28.86340.28170.2264
Hunter Lab53.724725.2837-31.5991
CIE-Lab60.660931.0178-34.2271

#ab81cf color RGB value is (171,129,207).

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

The process color (four color CMYK) of #ab81cf color hex is 0.17, 0.38, 0.00, 0.19. Web safe color of #ab81cf is #9999cc. Color #ab81cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000001 11001111
Octal 253 201 317
Decimal 171 129 207
Hex AB 81 CF

RGB Percentages of Color #ab81cf

%33.73
%25.44
%40.83

CMYK Percentages of Color #ab81cf

%17
%38
%0
%19

Triadic Colors of #ab81cf

#ab81cf #cfab81 #81cfab

Analogous Colors of #ab81cf

#ab81cf #cf81cc #8481cf

Monochromatic Colors of #ab81cf

#ab81cf

Complementary Color

#ab81cf #a5cf81

#ab81cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab81cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab81cf Color CSS Codes

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

#ab81cf Text Font Color

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

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


#ab81cf Background Color

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

This div background color is #ab81cf


#ab81cf Border Color

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

This div border color is #ab81cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab81cf


Comments

No comments written yet.

Please login to write comment.