Color Hex Logo

#ab7dbb Color Hex

#AB7DBB
(171,125,187)
0 Favorites   0 Comments

Color spaces of #ab7dbb

RGB 171125187
HSL0.790.310.61
HSV285°33°73°
CMYK 0.090.330.00   0.27
XYZ33.097826.913050.4640
Yxy26.91300.29960.2436
Hunter Lab51.877723.0963-21.3598
CIE-Lab58.893728.9507-25.6490

#ab7dbb color RGB value is (171,125,187).

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

The process color (four color CMYK) of #ab7dbb color hex is 0.09, 0.33, 0.00, 0.27. Web safe color of #ab7dbb is #9966cc. Color #ab7dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111101 10111011
Octal 253 175 273
Decimal 171 125 187
Hex AB 7D BB

RGB Percentages of Color #ab7dbb

%35.40
%25.88
%38.72

CMYK Percentages of Color #ab7dbb

%9
%33
%0
%27

Triadic Colors of #ab7dbb

#ab7dbb #bbab7d #7dbbab

Analogous Colors of #ab7dbb

#ab7dbb #bb7dac #8c7dbb

Monochromatic Colors of #ab7dbb

#ab7dbb

Complementary Color

#ab7dbb #8dbb7d

#ab7dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7dbb Color CSS Codes

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

#ab7dbb Text Font Color

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

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


#ab7dbb Background Color

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

This div background color is #ab7dbb


#ab7dbb Border Color

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

This div border color is #ab7dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7dbb


Comments

No comments written yet.

Please login to write comment.