Color Hex Logo

#ad8bc2 Color Hex

#AD8BC2
(173,139,194)
0 Favorites   0 Comments

Color spaces of #ad8bc2

RGB 173139194
HSL0.770.310.65
HSV277°28°76°
CMYK 0.110.280.00   0.24
XYZ36.203831.244555.1616
Yxy31.24450.29530.2548
Hunter Lab55.896817.7933-19.3824
CIE-Lab62.713523.1625-23.7240

#ad8bc2 color RGB value is (173,139,194).

#ad8bc2 hex color red value is 173, green value is 139 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #ad8bc2 hue: 0.77 , saturation: 0.31 and the lightness value of ad8bc2 is 0.65.

The process color (four color CMYK) of #ad8bc2 color hex is 0.11, 0.28, 0.00, 0.24. Web safe color of #ad8bc2 is #9999cc. Color #ad8bc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001011 11000010
Octal 255 213 302
Decimal 173 139 194
Hex AD 8B C2

RGB Percentages of Color #ad8bc2

%34.19
%27.47
%38.34

CMYK Percentages of Color #ad8bc2

%11
%28
%0
%24

Triadic Colors of #ad8bc2

#ad8bc2 #c2ad8b #8bc2ad

Analogous Colors of #ad8bc2

#ad8bc2 #c28bbc #928bc2

Monochromatic Colors of #ad8bc2

#ad8bc2

Complementary Color

#ad8bc2 #a0c28b

#ad8bc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8bc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8bc2 Color CSS Codes

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

#ad8bc2 Text Font Color

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

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


#ad8bc2 Background Color

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

This div background color is #ad8bc2


#ad8bc2 Border Color

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

This div border color is #ad8bc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8bc2


Comments

No comments written yet.

Please login to write comment.