Color Hex Logo

#ab2abb Color Hex

#AB2ABB
(171,42,187)
0 Favorites   0 Comments

Color spaces of #ab2abb

RGB 17142187
HSL0.810.630.45
HSV293°78°73°
CMYK 0.090.780.00   0.27
XYZ26.592213.901748.2954
Yxy13.90170.29950.1566
Hunter Lab37.285062.0601-50.6991
CIE-Lab44.091668.0051-48.9202

#ab2abb color RGB value is (171,42,187).

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

The process color (four color CMYK) of #ab2abb color hex is 0.09, 0.78, 0.00, 0.27. Web safe color of #ab2abb is #9933cc. Color #ab2abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101010 10111011
Octal 253 52 273
Decimal 171 42 187
Hex AB 2A BB

RGB Percentages of Color #ab2abb

%42.75
%10.50
%46.75

CMYK Percentages of Color #ab2abb

%9
%78
%0
%27

Triadic Colors of #ab2abb

#ab2abb #bbab2a #2abbab

Analogous Colors of #ab2abb

#ab2abb #bb2a83 #622abb

Monochromatic Colors of #ab2abb

#ab2abb

Complementary Color

#ab2abb #3abb2a

#ab2abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2abb Color CSS Codes

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

#ab2abb Text Font Color

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

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


#ab2abb Background Color

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

This div background color is #ab2abb


#ab2abb Border Color

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

This div border color is #ab2abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2abb


Comments

No comments written yet.

Please login to write comment.