Color Hex Logo

#ac5ada Color Hex

#AC5ADA
(172,90,218)
0 Favorites   0 Comments

Color spaces of #ac5ada

RGB 17290218
HSL0.770.630.60
HSV278°59°85°
CMYK 0.210.590.00   0.15
XYZ33.324321.144968.6547
Yxy21.14490.27070.1717
Hunter Lab45.983648.8877-56.3330
CIE-Lab53.107754.6910-52.3498

#ac5ada color RGB value is (172,90,218).

#ac5ada hex color red value is 172, green value is 90 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ac5ada hue: 0.77 , saturation: 0.63 and the lightness value of ac5ada is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011010 11011010
Octal 254 132 332
Decimal 172 90 218
Hex AC 5A DA

RGB Percentages of Color #ac5ada

%35.83
%18.75
%45.42

CMYK Percentages of Color #ac5ada

%21
%59
%0
%15

Triadic Colors of #ac5ada

#ac5ada #daac5a #5adaac

Analogous Colors of #ac5ada

#ac5ada #da5ac8 #6c5ada

Monochromatic Colors of #ac5ada

#ac5ada

Complementary Color

#ac5ada #88da5a

#ac5ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5ada Color CSS Codes

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

#ac5ada Text Font Color

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

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


#ac5ada Background Color

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

This div background color is #ac5ada


#ac5ada Border Color

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

This div border color is #ac5ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5ada


Comments

No comments written yet.

Please login to write comment.