Color Hex Logo

#ad91be Color Hex

#AD91BE
(173,145,190)
0 Favorites   0 Comments

Color spaces of #ad91be

RGB 173145190
HSL0.770.260.66
HSV277°24°75°
CMYK 0.090.240.00   0.25
XYZ36.653232.852753.1246
Yxy32.85270.29890.2679
Hunter Lab57.317313.8418-14.8309
CIE-Lab64.041518.9321-19.4472

#ad91be color RGB value is (173,145,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010001 10111110
Octal 255 221 276
Decimal 173 145 190
Hex AD 91 BE

RGB Percentages of Color #ad91be

%34.06
%28.54
%37.40

CMYK Percentages of Color #ad91be

%9
%24
%0
%25

Triadic Colors of #ad91be

#ad91be #bead91 #91bead

Analogous Colors of #ad91be

#ad91be #be91b9 #9791be

Monochromatic Colors of #ad91be

#ad91be

Complementary Color

#ad91be #a2be91

#ad91be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad91be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad91be Color CSS Codes

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

#ad91be Text Font Color

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

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


#ad91be Background Color

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

This div background color is #ad91be


#ad91be Border Color

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

This div border color is #ad91be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad91be


Comments

No comments written yet.

Please login to write comment.