Color Hex Logo

#ad95bf Color Hex

#AD95BF
(173,149,191)
0 Favorites   0 Comments

Color spaces of #ad95bf

RGB 173149191
HSL0.760.250.67
HSV274°22°75°
CMYK 0.090.220.00   0.25
XYZ37.385034.140753.9096
Yxy34.14070.29800.2722
Hunter Lab58.430011.9562-13.8020
CIE-Lab65.074116.8872-18.4385

#ad95bf color RGB value is (173,149,191).

#ad95bf hex color red value is 173, green value is 149 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ad95bf hue: 0.76 , saturation: 0.25 and the lightness value of ad95bf is 0.67.

The process color (four color CMYK) of #ad95bf color hex is 0.09, 0.22, 0.00, 0.25. Web safe color of #ad95bf is #9999cc. Color #ad95bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010101 10111111
Octal 255 225 277
Decimal 173 149 191
Hex AD 95 BF

RGB Percentages of Color #ad95bf

%33.72
%29.04
%37.23

CMYK Percentages of Color #ad95bf

%9
%22
%0
%25

Triadic Colors of #ad95bf

#ad95bf #bfad95 #95bfad

Analogous Colors of #ad95bf

#ad95bf #bf95bc #9895bf

Monochromatic Colors of #ad95bf

#ad95bf

Complementary Color

#ad95bf #a7bf95

#ad95bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad95bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad95bf Color CSS Codes

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

#ad95bf Text Font Color

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

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


#ad95bf Background Color

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

This div background color is #ad95bf


#ad95bf Border Color

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

This div border color is #ad95bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad95bf


Comments

No comments written yet.

Please login to write comment.