Color Hex Logo

#ab2dbb Color Hex

#AB2DBB
(171,45,187)
0 Favorites   0 Comments

Color spaces of #ab2dbb

RGB 17145187
HSL0.810.610.45
HSV293°76°73°
CMYK 0.090.760.00   0.27
XYZ26.702614.122648.3323
Yxy14.12260.29950.1584
Hunter Lab37.580061.0686-49.9478
CIE-Lab44.408267.0923-48.4132

#ab2dbb color RGB value is (171,45,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101101 10111011
Octal 253 55 273
Decimal 171 45 187
Hex AB 2D BB

RGB Percentages of Color #ab2dbb

%42.43
%11.17
%46.40

CMYK Percentages of Color #ab2dbb

%9
%76
%0
%27

Triadic Colors of #ab2dbb

#ab2dbb #bbab2d #2dbbab

Analogous Colors of #ab2dbb

#ab2dbb #bb2d84 #642dbb

Monochromatic Colors of #ab2dbb

#ab2dbb

Complementary Color

#ab2dbb #3dbb2d

#ab2dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2dbb Color CSS Codes

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

#ab2dbb Text Font Color

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

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


#ab2dbb Background Color

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

This div background color is #ab2dbb


#ab2dbb Border Color

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

This div border color is #ab2dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2dbb


Comments

No comments written yet.

Please login to write comment.