Color Hex Logo

#ad54e4 Color Hex

#AD54E4
(173,84,228)
0 Favorites   0 Comments

Color spaces of #ad54e4

RGB 17384228
HSL0.770.730.61
HSV277°63°89°
CMYK 0.240.630.00   0.11
XYZ34.407520.826375.6052
Yxy20.82630.26300.1592
Hunter Lab45.635854.7188-66.2810
CIE-Lab52.758959.9741-58.5538

#ad54e4 color RGB value is (173,84,228).

#ad54e4 hex color red value is 173, green value is 84 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #ad54e4 hue: 0.77 , saturation: 0.73 and the lightness value of ad54e4 is 0.61.

The process color (four color CMYK) of #ad54e4 color hex is 0.24, 0.63, 0.00, 0.11. Web safe color of #ad54e4 is #9966cc. Color #ad54e4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010100 11100100
Octal 255 124 344
Decimal 173 84 228
Hex AD 54 E4

RGB Percentages of Color #ad54e4

%35.67
%17.32
%47.01

CMYK Percentages of Color #ad54e4

%24
%63
%0
%11

Triadic Colors of #ad54e4

#ad54e4 #e4ad54 #54e4ad

Analogous Colors of #ad54e4

#ad54e4 #e454d3 #6554e4

Monochromatic Colors of #ad54e4

#ad54e4

Complementary Color

#ad54e4 #8be454

#ad54e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad54e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad54e4 Color CSS Codes

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

#ad54e4 Text Font Color

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

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


#ad54e4 Background Color

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

This div background color is #ad54e4


#ad54e4 Border Color

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

This div border color is #ad54e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad54e4


Comments

No comments written yet.

Please login to write comment.