Color Hex Logo

#ac5ecd Color Hex

#AC5ECD
(172,94,205)
0 Favorites   0 Comments

Color spaces of #ac5ecd

RGB 17294205
HSL0.780.530.59
HSV282°54°80°
CMYK 0.160.540.00   0.20
XYZ32.035421.183860.1580
Yxy21.18380.28260.1868
Hunter Lab46.025943.6962-45.2768
CIE-Lab53.150149.9030-44.8880

#ac5ecd color RGB value is (172,94,205).

#ac5ecd hex color red value is 172, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ac5ecd hue: 0.78 , saturation: 0.53 and the lightness value of ac5ecd is 0.59.

The process color (four color CMYK) of #ac5ecd color hex is 0.16, 0.54, 0.00, 0.20. Web safe color of #ac5ecd is #9966cc. Color #ac5ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011110 11001101
Octal 254 136 315
Decimal 172 94 205
Hex AC 5E CD

RGB Percentages of Color #ac5ecd

%36.52
%19.96
%43.52

CMYK Percentages of Color #ac5ecd

%16
%54
%0
%20

Triadic Colors of #ac5ecd

#ac5ecd #cdac5e #5ecdac

Analogous Colors of #ac5ecd

#ac5ecd #cd5eb7 #755ecd

Monochromatic Colors of #ac5ecd

#ac5ecd

Complementary Color

#ac5ecd #7fcd5e

#ac5ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5ecd Color CSS Codes

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

#ac5ecd Text Font Color

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

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


#ac5ecd Background Color

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

This div background color is #ac5ecd


#ac5ecd Border Color

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

This div border color is #ac5ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5ecd


Comments

No comments written yet.

Please login to write comment.