Color Hex Logo

#ad93be Color Hex

#AD93BE
(173,147,190)
0 Favorites   0 Comments

Color spaces of #ad93be

RGB 173147190
HSL0.770.250.66
HSV276°23°75°
CMYK 0.090.230.00   0.25
XYZ36.961633.469453.2273
Yxy33.46940.29890.2707
Hunter Lab57.852712.7997-14.0527
CIE-Lab64.539217.8045-18.6904

#ad93be color RGB value is (173,147,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010011 10111110
Octal 255 223 276
Decimal 173 147 190
Hex AD 93 BE

RGB Percentages of Color #ad93be

%33.92
%28.82
%37.25

CMYK Percentages of Color #ad93be

%9
%23
%0
%25

Triadic Colors of #ad93be

#ad93be #bead93 #93bead

Analogous Colors of #ad93be

#ad93be #be93ba #9893be

Monochromatic Colors of #ad93be

#ad93be

Complementary Color

#ad93be #a4be93

#ad93be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad93be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad93be Color CSS Codes

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

#ad93be Text Font Color

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

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


#ad93be Background Color

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

This div background color is #ad93be


#ad93be Border Color

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

This div border color is #ad93be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad93be


Comments

No comments written yet.

Please login to write comment.