color codes Logo

#ac5cdd color codes

#AC5CDD
(172,92,221)
0 Favorites   0 Comments

Color spaces of #ac5cdd

RGB 17292221
HSL0.770.650.61
HSV277°58°87°
CMYK 0.220.580.00   0.13
XYZ33.891521.645470.7983
Yxy21.64540.26830.1713
Hunter Lab46.524648.6127-57.6566
CIE-Lab53.648754.3481-53.1837

#ac5cdd color RGB value is (172,92,221).

#ac5cdd hex color red value is 172, green value is 92 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ac5cdd hue: 0.77 , saturation: 0.65 and the lightness value of ac5cdd is 0.61.

The process color (four color CMYK) of #ac5cdd color code is 0.22, 0.58, 0.00, 0.13. Web safe color of #ac5cdd is #9966cc. Color #ac5cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011100 11011101
Octal 254 134 335
Decimal 172 92 221
Hex AC 5C DD

RGB Percentages of Color #ac5cdd

%35.46
%18.97
%45.57

CMYK Percentages of Color #ac5cdd

%22
%58
%0
%13

Triadic Colors of #ac5cdd

#ac5cdd #ddac5c #5cddac

Analogous Colors of #ac5cdd

#ac5cdd #dd5cce #6c5cdd

Monochromatic Colors of #ac5cdd

#ac5cdd

Complementary Color

#ac5cdd #8ddd5c

#ac5cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5cdd Color CSS Codes

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

#ac5cdd Text Font Color

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

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


#ac5cdd Background Color

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

This div background color is #ac5cdd


#ac5cdd Border Color

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

This div border color is #ac5cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5cdd


Comments

No comments written yet.

Please login to write comment.