Color Hex Logo

#ac4ded Color Hex

#AC4DED
(172,77,237)
0 Favorites   0 Comments

Color spaces of #ac4ded

RGB 17277237
HSL0.770.820.62
HSV276°68°93°
CMYK 0.270.680.00   0.07
XYZ34.953220.192882.1761
Yxy20.19280.25450.1470
Hunter Lab44.936460.2052-76.9693
CIE-Lab52.054564.8841-64.7571

#ac4ded color RGB value is (172,77,237).

#ac4ded hex color red value is 172, green value is 77 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ac4ded hue: 0.77 , saturation: 0.82 and the lightness value of ac4ded is 0.62.

The process color (four color CMYK) of #ac4ded color hex is 0.27, 0.68, 0.00, 0.07. Web safe color of #ac4ded is #9966ff. Color #ac4ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001101 11101101
Octal 254 115 355
Decimal 172 77 237
Hex AC 4D ED

RGB Percentages of Color #ac4ded

%35.39
%15.84
%48.77

CMYK Percentages of Color #ac4ded

%27
%68
%0
%7

Triadic Colors of #ac4ded

#ac4ded #edac4d #4dedac

Analogous Colors of #ac4ded

#ac4ded #ed4dde #5c4ded

Monochromatic Colors of #ac4ded

#ac4ded

Complementary Color

#ac4ded #8eed4d

#ac4ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4ded Color CSS Codes

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

#ac4ded Text Font Color

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

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


#ac4ded Background Color

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

This div background color is #ac4ded


#ac4ded Border Color

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

This div border color is #ac4ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4ded


Comments

No comments written yet.

Please login to write comment.