Color Hex Logo

#ab2abf Color Hex

#AB2ABF
(171,42,191)
0 Favorites   0 Comments

Color spaces of #ab2abf

RGB 17142191
HSL0.810.640.46
HSV292°78°75°
CMYK 0.100.780.00   0.25
XYZ27.026514.075450.5826
Yxy14.07540.29480.1535
Hunter Lab37.517262.9321-53.6758
CIE-Lab44.340968.7015-50.8613

#ab2abf color RGB value is (171,42,191).

#ab2abf hex color red value is 171, green value is 42 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ab2abf hue: 0.81 , saturation: 0.64 and the lightness value of ab2abf is 0.46.

The process color (four color CMYK) of #ab2abf color hex is 0.10, 0.78, 0.00, 0.25. Web safe color of #ab2abf is #9933cc. Color #ab2abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101010 10111111
Octal 253 52 277
Decimal 171 42 191
Hex AB 2A BF

RGB Percentages of Color #ab2abf

%42.33
%10.40
%47.28

CMYK Percentages of Color #ab2abf

%10
%78
%0
%25

Triadic Colors of #ab2abf

#ab2abf #bfab2a #2abfab

Analogous Colors of #ab2abf

#ab2abf #bf2a89 #602abf

Monochromatic Colors of #ab2abf

#ab2abf

Complementary Color

#ab2abf #3ebf2a

#ab2abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2abf Color CSS Codes

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

#ab2abf Text Font Color

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

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


#ab2abf Background Color

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

This div background color is #ab2abf


#ab2abf Border Color

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

This div border color is #ab2abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2abf


Comments

No comments written yet.

Please login to write comment.