Color Hex Logo

#ab68a1 Color Hex

#AB68A1
(171,104,161)
0 Favorites   0 Comments

Color spaces of #ab68a1

RGB 171104161
HSL0.860.290.54
HSV309°39°67°
CMYK 0.000.390.06   0.33
XYZ28.177921.131836.3119
Yxy21.13180.32910.2468
Hunter Lab45.969328.9691-14.6556
CIE-Lab53.093435.5792-19.5680

#ab68a1 color RGB value is (171,104,161).

#ab68a1 hex color red value is 171, green value is 104 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #ab68a1 hue: 0.86 , saturation: 0.29 and the lightness value of ab68a1 is 0.54.

The process color (four color CMYK) of #ab68a1 color hex is 0.00, 0.39, 0.06, 0.33. Web safe color of #ab68a1 is #996699. Color #ab68a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101000 10100001
Octal 253 150 241
Decimal 171 104 161
Hex AB 68 A1

RGB Percentages of Color #ab68a1

%39.22
%23.85
%36.93

CMYK Percentages of Color #ab68a1

%0
%39
%6
%33

Triadic Colors of #ab68a1

#ab68a1 #a1ab68 #68a1ab

Analogous Colors of #ab68a1

#ab68a1 #ab6880 #9468ab

Monochromatic Colors of #ab68a1

#ab68a1

Complementary Color

#ab68a1 #68ab72

#ab68a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab68a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab68a1 Color CSS Codes

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

#ab68a1 Text Font Color

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

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


#ab68a1 Background Color

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

This div background color is #ab68a1


#ab68a1 Border Color

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

This div border color is #ab68a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab68a1


Comments

No comments written yet.

Please login to write comment.