Color Hex Logo

#ab7acf Color Hex

#AB7ACF
(171,122,207)
0 Favorites   0 Comments

Color spaces of #ab7acf

RGB 171122207
HSL0.760.470.65
HSV275°41°81°
CMYK 0.170.410.00   0.19
XYZ35.016627.082062.4133
Yxy27.08200.28120.2175
Hunter Lab52.040429.0373-34.6797
CIE-Lab59.050234.9469-36.7412

#ab7acf color RGB value is (171,122,207).

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

The process color (four color CMYK) of #ab7acf color hex is 0.17, 0.41, 0.00, 0.19. Web safe color of #ab7acf is #9966cc. Color #ab7acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111010 11001111
Octal 253 172 317
Decimal 171 122 207
Hex AB 7A CF

RGB Percentages of Color #ab7acf

%34.20
%24.40
%41.40

CMYK Percentages of Color #ab7acf

%17
%41
%0
%19

Triadic Colors of #ab7acf

#ab7acf #cfab7a #7acfab

Analogous Colors of #ab7acf

#ab7acf #cf7ac9 #817acf

Monochromatic Colors of #ab7acf

#ab7acf

Complementary Color

#ab7acf #9ecf7a

#ab7acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7acf Color CSS Codes

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

#ab7acf Text Font Color

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

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


#ab7acf Background Color

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

This div background color is #ab7acf


#ab7acf Border Color

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

This div border color is #ab7acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7acf


Comments

No comments written yet.

Please login to write comment.