Color Hex Logo

#ac4ade Color Hex

#AC4ADE
(172,74,222)
0 Favorites   0 Comments

Color spaces of #ac4ade

RGB 17274222
HSL0.780.690.58
HSV280°67°87°
CMYK 0.230.670.00   0.13
XYZ32.646918.942171.0428
Yxy18.94210.26620.1545
Hunter Lab43.522557.7311-66.3146
CIE-Lab50.619463.0112-58.6059

#ac4ade color RGB value is (172,74,222).

#ac4ade hex color red value is 172, green value is 74 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ac4ade hue: 0.78 , saturation: 0.69 and the lightness value of ac4ade is 0.58.

The process color (four color CMYK) of #ac4ade color hex is 0.23, 0.67, 0.00, 0.13. Web safe color of #ac4ade is #9933cc. Color #ac4ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001010 11011110
Octal 254 112 336
Decimal 172 74 222
Hex AC 4A DE

RGB Percentages of Color #ac4ade

%36.75
%15.81
%47.44

CMYK Percentages of Color #ac4ade

%23
%67
%0
%13

Triadic Colors of #ac4ade

#ac4ade #deac4a #4adeac

Analogous Colors of #ac4ade

#ac4ade #de4ac6 #624ade

Monochromatic Colors of #ac4ade

#ac4ade

Complementary Color

#ac4ade #7cde4a

#ac4ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4ade Color CSS Codes

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

#ac4ade Text Font Color

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

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


#ac4ade Background Color

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

This div background color is #ac4ade


#ac4ade Border Color

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

This div border color is #ac4ade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,74,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4ade


Comments

No comments written yet.

Please login to write comment.