Color Hex Logo

#ad8bb1 Color Hex

#AD8BB1
(173,139,177)
0 Favorites   0 Comments

Color spaces of #ad8bb1

RGB 173139177
HSL0.820.200.62
HSV294°21°69°
CMYK 0.020.210.00   0.31
XYZ34.402030.523845.6735
Yxy30.52380.31110.2760
Hunter Lab55.248314.4636-10.3409
CIE-Lab62.103619.6762-15.0535

#ad8bb1 color RGB value is (173,139,177).

#ad8bb1 hex color red value is 173, green value is 139 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #ad8bb1 hue: 0.82 , saturation: 0.20 and the lightness value of ad8bb1 is 0.62.

The process color (four color CMYK) of #ad8bb1 color hex is 0.02, 0.21, 0.00, 0.31. Web safe color of #ad8bb1 is #999999. Color #ad8bb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001011 10110001
Octal 255 213 261
Decimal 173 139 177
Hex AD 8B B1

RGB Percentages of Color #ad8bb1

%35.38
%28.43
%36.20

CMYK Percentages of Color #ad8bb1

%2
%21
%0
%31

Triadic Colors of #ad8bb1

#ad8bb1 #b1ad8b #8bb1ad

Analogous Colors of #ad8bb1

#ad8bb1 #b18ba2 #9a8bb1

Monochromatic Colors of #ad8bb1

#ad8bb1

Complementary Color

#ad8bb1 #8fb18b

#ad8bb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8bb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8bb1 Color CSS Codes

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

#ad8bb1 Text Font Color

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

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


#ad8bb1 Background Color

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

This div background color is #ad8bb1


#ad8bb1 Border Color

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

This div border color is #ad8bb1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,139,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ad8bb1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ad8bb1;
  -webkit-box-shadow: 1px 1px 3px 2px #ad8bb1;
  box-shadow:         1px 1px 3px 2px #ad8bb1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,139,177, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8bb1

#ad8bb1 Color Palettes


Comments

No comments written yet.

Please login to write comment.