Color Hex Logo

#ad8aff Color Hex

#AD8AFF
(173,138,255)
0 Favorites   0 Comments

Color spaces of #ad8aff

RGB 173138255
HSL0.721.000.77
HSV258°46°100°
CMYK 0.320.460.00   0.00
XYZ44.372134.281298.8860
Yxy34.28120.24990.1931
Hunter Lab58.550132.8131-59.1504
CIE-Lab65.185237.9408-53.7071

#ad8aff color RGB value is (173,138,255).

#ad8aff hex color red value is 173, green value is 138 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ad8aff hue: 0.72 , saturation: 1.00 and the lightness value of ad8aff is 0.77.

The process color (four color CMYK) of #ad8aff color hex is 0.32, 0.46, 0.00, 0.00. Web safe color of #ad8aff is #9999ff. Color #ad8aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001010 11111111
Octal 255 212 377
Decimal 173 138 255
Hex AD 8A FF

RGB Percentages of Color #ad8aff

%30.57
%24.38
%45.05

CMYK Percentages of Color #ad8aff

%32
%46
%0
%0

Triadic Colors of #ad8aff

#ad8aff #ffad8a #8affad

Analogous Colors of #ad8aff

#ad8aff #e88aff #8aa2ff

Monochromatic Colors of #ad8aff

#ad8aff

Complementary Color

#ad8aff #dcff8a

#ad8aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8aff Color CSS Codes

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

#ad8aff Text Font Color

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

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


#ad8aff Background Color

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

This div background color is #ad8aff


#ad8aff Border Color

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

This div border color is #ad8aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8aff


Comments

No comments written yet.

Please login to write comment.