Color Hex Logo

#ad95bc Color Hex

#AD95BC
(173,149,188)
0 Favorites   0 Comments

Color spaces of #ad95bc

RGB 173149188
HSL0.770.230.66
HSV277°21°74°
CMYK 0.080.210.00   0.26
XYZ37.058134.010052.1884
Yxy34.01000.30070.2759
Hunter Lab58.318111.3708-12.2355
CIE-Lab64.970516.2628-16.9150

#ad95bc color RGB value is (173,149,188).

#ad95bc hex color red value is 173, green value is 149 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ad95bc hue: 0.77 , saturation: 0.23 and the lightness value of ad95bc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010101 10111100
Octal 255 225 274
Decimal 173 149 188
Hex AD 95 BC

RGB Percentages of Color #ad95bc

%33.92
%29.22
%36.86

CMYK Percentages of Color #ad95bc

%8
%21
%0
%26

Triadic Colors of #ad95bc

#ad95bc #bcad95 #95bcad

Analogous Colors of #ad95bc

#ad95bc #bc95b8 #9a95bc

Monochromatic Colors of #ad95bc

#ad95bc

Complementary Color

#ad95bc #a4bc95

#ad95bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad95bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad95bc Color CSS Codes

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

#ad95bc Text Font Color

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

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


#ad95bc Background Color

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

This div background color is #ad95bc


#ad95bc Border Color

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

This div border color is #ad95bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad95bc


Comments

No comments written yet.

Please login to write comment.