Color Hex Logo

#ad6ffd Color Hex

#AD6FFD
(173,111,253)
0 Favorites   0 Comments

Color spaces of #ad6ffd

RGB 173111253
HSL0.740.970.71
HSV266°56°99°
CMYK 0.320.560.00   0.01
XYZ40.647627.345096.0642
Yxy27.34500.24780.1667
Hunter Lab52.292447.2386-72.3144
CIE-Lab59.292352.1699-62.0071

#ad6ffd color RGB value is (173,111,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101111 11111101
Octal 255 157 375
Decimal 173 111 253
Hex AD 6F FD

RGB Percentages of Color #ad6ffd

%32.22
%20.67
%47.11

CMYK Percentages of Color #ad6ffd

%32
%56
%0
%1

Triadic Colors of #ad6ffd

#ad6ffd #fdad6f #6ffdad

Analogous Colors of #ad6ffd

#ad6ffd #f46ffd #6f78fd

Monochromatic Colors of #ad6ffd

#ad6ffd

Complementary Color

#ad6ffd #bffd6f

#ad6ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6ffd Color CSS Codes

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

#ad6ffd Text Font Color

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

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


#ad6ffd Background Color

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

This div background color is #ad6ffd


#ad6ffd Border Color

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

This div border color is #ad6ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6ffd


Comments

No comments written yet.

Please login to write comment.