Color Hex Logo

#ad54da Color Hex

#AD54DA
(173,84,218)
0 Favorites   0 Comments

Color spaces of #ad54da

RGB 17384218
HSL0.780.640.59
HSV280°61°85°
CMYK 0.210.610.00   0.15
XYZ33.058820.286868.5030
Yxy20.28680.27130.1665
Hunter Lab45.040952.1927-58.6460
CIE-Lab52.159957.8374-53.8575

#ad54da color RGB value is (173,84,218).

#ad54da hex color red value is 173, green value is 84 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ad54da hue: 0.78 , saturation: 0.64 and the lightness value of ad54da is 0.59.

The process color (four color CMYK) of #ad54da color hex is 0.21, 0.61, 0.00, 0.15. Web safe color of #ad54da is #9966cc. Color #ad54da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010100 11011010
Octal 255 124 332
Decimal 173 84 218
Hex AD 54 DA

RGB Percentages of Color #ad54da

%36.42
%17.68
%45.89

CMYK Percentages of Color #ad54da

%21
%61
%0
%15

Triadic Colors of #ad54da

#ad54da #daad54 #54daad

Analogous Colors of #ad54da

#ad54da #da54c4 #6a54da

Monochromatic Colors of #ad54da

#ad54da

Complementary Color

#ad54da #81da54

#ad54da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad54da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad54da Color CSS Codes

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

#ad54da Text Font Color

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

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


#ad54da Background Color

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

This div background color is #ad54da


#ad54da Border Color

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

This div border color is #ad54da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad54da


Comments

No comments written yet.

Please login to write comment.