Color Hex Logo

#ad8cbc Color Hex

#AD8CBC
(173,140,188)
0 Favorites   0 Comments

Color spaces of #ad8cbc

RGB 173140188
HSL0.780.260.64
HSV281°26°74°
CMYK 0.080.260.00   0.26
XYZ35.688831.271251.7319
Yxy31.27120.30070.2635
Hunter Lab55.920716.0583-15.7044
CIE-Lab62.735921.3391-20.3101

#ad8cbc color RGB value is (173,140,188).

#ad8cbc hex color red value is 173, green value is 140 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ad8cbc hue: 0.78 , saturation: 0.26 and the lightness value of ad8cbc is 0.64.

The process color (four color CMYK) of #ad8cbc color hex is 0.08, 0.26, 0.00, 0.26. Web safe color of #ad8cbc is #9999cc. Color #ad8cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001100 10111100
Octal 255 214 274
Decimal 173 140 188
Hex AD 8C BC

RGB Percentages of Color #ad8cbc

%34.53
%27.94
%37.52

CMYK Percentages of Color #ad8cbc

%8
%26
%0
%26

Triadic Colors of #ad8cbc

#ad8cbc #bcad8c #8cbcad

Analogous Colors of #ad8cbc

#ad8cbc #bc8cb3 #958cbc

Monochromatic Colors of #ad8cbc

#ad8cbc

Complementary Color

#ad8cbc #9bbc8c

#ad8cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8cbc Color CSS Codes

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

#ad8cbc Text Font Color

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

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


#ad8cbc Background Color

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

This div background color is #ad8cbc


#ad8cbc Border Color

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

This div border color is #ad8cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8cbc


Comments

No comments written yet.

Please login to write comment.