Color Hex Logo

#ad6fff Color Hex

#AD6FFF
(173,111,255)
0 Favorites   0 Comments

Color spaces of #ad6fff

RGB 173111255
HSL0.741.000.72
HSV266°56°100°
CMYK 0.320.560.00   0.00
XYZ40.968027.473197.7513
Yxy27.47310.24650.1653
Hunter Lab52.414847.7918-73.8829
CIE-Lab59.409752.6511-62.9211

#ad6fff color RGB value is (173,111,255).

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

The process color (four color CMYK) of #ad6fff color hex is 0.32, 0.56, 0.00, 0.00. Web safe color of #ad6fff is #9966ff. Color #ad6fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101111 11111111
Octal 255 157 377
Decimal 173 111 255
Hex AD 6F FF

RGB Percentages of Color #ad6fff

%32.10
%20.59
%47.31

CMYK Percentages of Color #ad6fff

%32
%56
%0
%0

Triadic Colors of #ad6fff

#ad6fff #ffad6f #6fffad

Analogous Colors of #ad6fff

#ad6fff #f56fff #6f79ff

Monochromatic Colors of #ad6fff

#ad6fff

Complementary Color

#ad6fff #c1ff6f

#ad6fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6fff Color CSS Codes

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

#ad6fff Text Font Color

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

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


#ad6fff Background Color

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

This div background color is #ad6fff


#ad6fff Border Color

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

This div border color is #ad6fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6fff


Comments

No comments written yet.

Please login to write comment.