Color Hex Logo

#ad56fe Color Hex

#AD56FE
(173,86,254)
0 Favorites   0 Comments

Color spaces of #ad56fe

RGB 17386254
HSL0.750.990.67
HSV271°66°100°
CMYK 0.320.660.00   0.00
XYZ38.450822.695696.1200
Yxy22.69560.24450.1443
Hunter Lab47.639960.6999-86.2777
CIE-Lab54.757464.8045-69.8631

#ad56fe color RGB value is (173,86,254).

#ad56fe hex color red value is 173, green value is 86 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ad56fe hue: 0.75 , saturation: 0.99 and the lightness value of ad56fe is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010110 11111110
Octal 255 126 376
Decimal 173 86 254
Hex AD 56 FE

RGB Percentages of Color #ad56fe

%33.72
%16.76
%49.51

CMYK Percentages of Color #ad56fe

%32
%66
%0
%0

Triadic Colors of #ad56fe

#ad56fe #fead56 #56fead

Analogous Colors of #ad56fe

#ad56fe #fe56fb #5956fe

Monochromatic Colors of #ad56fe

#ad56fe

Complementary Color

#ad56fe #a7fe56

#ad56fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad56fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad56fe Color CSS Codes

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

#ad56fe Text Font Color

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

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


#ad56fe Background Color

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

This div background color is #ad56fe


#ad56fe Border Color

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

This div border color is #ad56fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad56fe

Related Colors


Comments

No comments written yet.

Please login to write comment.