Color Hex Logo

#ad81ff Color Hex

#AD81FF
(173,129,255)
0 Favorites   0 Comments

Color spaces of #ad81ff

RGB 173129255
HSL0.721.000.75
HSV261°49°100°
CMYK 0.320.490.00   0.00
XYZ43.133831.804898.4733
Yxy31.80480.24870.1834
Hunter Lab56.395737.8316-64.0500
CIE-Lab63.181242.9362-56.8924

#ad81ff color RGB value is (173,129,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000001 11111111
Octal 255 201 377
Decimal 173 129 255
Hex AD 81 FF

RGB Percentages of Color #ad81ff

%31.06
%23.16
%45.78

CMYK Percentages of Color #ad81ff

%32
%49
%0
%0

Triadic Colors of #ad81ff

#ad81ff #ffad81 #81ffad

Analogous Colors of #ad81ff

#ad81ff #ec81ff #8194ff

Monochromatic Colors of #ad81ff

#ad81ff

Complementary Color

#ad81ff #d3ff81

#ad81ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad81ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad81ff Color CSS Codes

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

#ad81ff Text Font Color

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

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


#ad81ff Background Color

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

This div background color is #ad81ff


#ad81ff Border Color

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

This div border color is #ad81ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad81ff

Related Colors


Comments

No comments written yet.

Please login to write comment.