Color Hex Logo

#ad8bff Color Hex

#AD8BFF
(173,139,255)
0 Favorites   0 Comments

Color spaces of #ad8bff

RGB 173139255
HSL0.721.000.77
HSV258°45°100°
CMYK 0.320.450.00   0.00
XYZ44.516234.569598.9341
Yxy34.56950.25010.1942
Hunter Lab58.795832.2553-58.6085
CIE-Lab65.412137.3820-53.3472

#ad8bff color RGB value is (173,139,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001011 11111111
Octal 255 213 377
Decimal 173 139 255
Hex AD 8B FF

RGB Percentages of Color #ad8bff

%30.51
%24.51
%44.97

CMYK Percentages of Color #ad8bff

%32
%45
%0
%0

Triadic Colors of #ad8bff

#ad8bff #ffad8b #8bffad

Analogous Colors of #ad8bff

#ad8bff #e78bff #8ba3ff

Monochromatic Colors of #ad8bff

#ad8bff

Complementary Color

#ad8bff #ddff8b

#ad8bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8bff Color CSS Codes

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

#ad8bff Text Font Color

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

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


#ad8bff Background Color

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

This div background color is #ad8bff


#ad8bff Border Color

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

This div border color is #ad8bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8bff

Related Colors


Comments

No comments written yet.

Please login to write comment.