Color Hex Logo

#ad5cff Color Hex

#AD5CFF
(173,92,255)
0 Favorites   0 Comments

Color spaces of #ad5cff

RGB 17392255
HSL0.751.000.68
HSV270°64°100°
CMYK 0.320.640.00   0.00
XYZ39.110723.758597.1322
Yxy23.75850.24440.1485
Hunter Lab48.742757.9271-84.0305
CIE-Lab55.845262.2192-68.6587

#ad5cff color RGB value is (173,92,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011100 11111111
Octal 255 134 377
Decimal 173 92 255
Hex AD 5C FF

RGB Percentages of Color #ad5cff

%33.27
%17.69
%49.04

CMYK Percentages of Color #ad5cff

%32
%64
%0
%0

Triadic Colors of #ad5cff

#ad5cff #ffad5c #5cffad

Analogous Colors of #ad5cff

#ad5cff #ff5cff #5c5cff

Monochromatic Colors of #ad5cff

#ad5cff

Complementary Color

#ad5cff #aeff5c

#ad5cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5cff Color CSS Codes

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

#ad5cff Text Font Color

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

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


#ad5cff Background Color

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

This div background color is #ad5cff


#ad5cff Border Color

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

This div border color is #ad5cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5cff


Comments

No comments written yet.

Please login to write comment.