Color Hex Logo

#ab2acf Color Hex

#AB2ACF
(171,42,207)
0 Favorites   0 Comments

Color spaces of #ab2acf

RGB 17142207
HSL0.800.660.49
HSV287°80°81°
CMYK 0.170.800.00   0.19
XYZ28.885014.818860.3694
Yxy14.81880.27750.1424
Hunter Lab38.495266.5715-66.0338
CIE-Lab45.385071.5710-58.4681

#ab2acf color RGB value is (171,42,207).

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

The process color (four color CMYK) of #ab2acf color hex is 0.17, 0.80, 0.00, 0.19. Web safe color of #ab2acf is #9933cc. Color #ab2acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101010 11001111
Octal 253 52 317
Decimal 171 42 207
Hex AB 2A CF

RGB Percentages of Color #ab2acf

%40.71
%10.00
%49.29

CMYK Percentages of Color #ab2acf

%17
%80
%0
%19

Triadic Colors of #ab2acf

#ab2acf #cfab2a #2acfab

Analogous Colors of #ab2acf

#ab2acf #cf2aa1 #582acf

Monochromatic Colors of #ab2acf

#ab2acf

Complementary Color

#ab2acf #4ecf2a

#ab2acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2acf Color CSS Codes

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

#ab2acf Text Font Color

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

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


#ab2acf Background Color

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

This div background color is #ab2acf


#ab2acf Border Color

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

This div border color is #ab2acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2acf


Comments

No comments written yet.

Please login to write comment.