Color Hex Logo

#ad6bae Color Hex

#AD6BAE
(173,107,174)
0 Favorites   0 Comments

Color spaces of #ad6bae

RGB 173107174
HSL0.830.290.55
HSV299°39°68°
CMYK 0.010.390.00   0.32
XYZ30.131322.455642.7907
Yxy22.45560.31590.2354
Hunter Lab47.387330.5716-20.3676
CIE-Lab54.507137.0184-24.9323

#ad6bae color RGB value is (173,107,174).

#ad6bae hex color red value is 173, green value is 107 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ad6bae hue: 0.83 , saturation: 0.29 and the lightness value of ad6bae is 0.55.

The process color (four color CMYK) of #ad6bae color hex is 0.01, 0.39, 0.00, 0.32. Web safe color of #ad6bae is #996699. Color #ad6bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101011 10101110
Octal 255 153 256
Decimal 173 107 174
Hex AD 6B AE

RGB Percentages of Color #ad6bae

%38.11
%23.57
%38.33

CMYK Percentages of Color #ad6bae

%1
%39
%0
%32

Triadic Colors of #ad6bae

#ad6bae #aead6b #6baead

Analogous Colors of #ad6bae

#ad6bae #ae6b8e #8c6bae

Monochromatic Colors of #ad6bae

#ad6bae

Complementary Color

#ad6bae #6cae6b

#ad6bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6bae Color CSS Codes

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

#ad6bae Text Font Color

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

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


#ad6bae Background Color

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

This div background color is #ad6bae


#ad6bae Border Color

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

This div border color is #ad6bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6bae


Comments

No comments written yet.

Please login to write comment.