Color Hex Logo

#ad56eb Color Hex

#AD56EB
(173,86,235)
0 Favorites   0 Comments

Color spaces of #ad56eb

RGB 17386235
HSL0.760.790.63
HSV275°63°92°
CMYK 0.260.630.00   0.08
XYZ35.556821.538080.8805
Yxy21.53800.25770.1561
Hunter Lab46.409155.5439-70.8428
CIE-Lab53.533360.5601-61.2453

#ad56eb color RGB value is (173,86,235).

#ad56eb hex color red value is 173, green value is 86 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ad56eb hue: 0.76 , saturation: 0.79 and the lightness value of ad56eb is 0.63.

The process color (four color CMYK) of #ad56eb color hex is 0.26, 0.63, 0.00, 0.08. Web safe color of #ad56eb is #9966ff. Color #ad56eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010110 11101011
Octal 255 126 353
Decimal 173 86 235
Hex AD 56 EB

RGB Percentages of Color #ad56eb

%35.02
%17.41
%47.57

CMYK Percentages of Color #ad56eb

%26
%63
%0
%8

Triadic Colors of #ad56eb

#ad56eb #ebad56 #56ebad

Analogous Colors of #ad56eb

#ad56eb #eb56df #6356eb

Monochromatic Colors of #ad56eb

#ad56eb

Complementary Color

#ad56eb #94eb56

#ad56eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad56eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad56eb Color CSS Codes

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

#ad56eb Text Font Color

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

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


#ad56eb Background Color

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

This div background color is #ad56eb


#ad56eb Border Color

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

This div border color is #ad56eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad56eb


Comments

No comments written yet.

Please login to write comment.