Color Hex Logo

#ad6aed Color Hex

#AD6AED
(173,106,237)
0 Favorites   0 Comments

Color spaces of #ad6aed

RGB 173106237
HSL0.750.780.67
HSV271°55°93°
CMYK 0.270.550.00   0.07
XYZ37.673725.306783.0198
Yxy25.30670.25800.1733
Hunter Lab50.305845.6425-62.6325
CIE-Lab57.373051.0220-56.2082

#ad6aed color RGB value is (173,106,237).

#ad6aed hex color red value is 173, green value is 106 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ad6aed hue: 0.75 , saturation: 0.78 and the lightness value of ad6aed is 0.67.

The process color (four color CMYK) of #ad6aed color hex is 0.27, 0.55, 0.00, 0.07. Web safe color of #ad6aed is #9966ff. Color #ad6aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101010 11101101
Octal 255 152 355
Decimal 173 106 237
Hex AD 6A ED

RGB Percentages of Color #ad6aed

%33.53
%20.54
%45.93

CMYK Percentages of Color #ad6aed

%27
%55
%0
%7

Triadic Colors of #ad6aed

#ad6aed #edad6a #6aedad

Analogous Colors of #ad6aed

#ad6aed #ed6aec #6c6aed

Monochromatic Colors of #ad6aed

#ad6aed

Complementary Color

#ad6aed #aaed6a

#ad6aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6aed Color CSS Codes

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

#ad6aed Text Font Color

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

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


#ad6aed Background Color

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

This div background color is #ad6aed


#ad6aed Border Color

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

This div border color is #ad6aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6aed


Comments

No comments written yet.

Please login to write comment.