Color Hex Logo

#ac55cd Color Hex

#AC55CD
(172,85,205)
0 Favorites   0 Comments

Color spaces of #ac55cd

RGB 17285205
HSL0.790.550.57
HSV284°59°80°
CMYK 0.160.590.00   0.20
XYZ31.281219.675459.9066
Yxy19.67540.28220.1775
Hunter Lab44.357048.2562-49.0246
CIE-Lab51.468254.4001-47.5589

#ac55cd color RGB value is (172,85,205).

#ac55cd hex color red value is 172, green value is 85 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ac55cd hue: 0.79 , saturation: 0.55 and the lightness value of ac55cd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010101 11001101
Octal 254 125 315
Decimal 172 85 205
Hex AC 55 CD

RGB Percentages of Color #ac55cd

%37.23
%18.40
%44.37

CMYK Percentages of Color #ac55cd

%16
%59
%0
%20

Triadic Colors of #ac55cd

#ac55cd #cdac55 #55cdac

Analogous Colors of #ac55cd

#ac55cd #cd55b2 #7055cd

Monochromatic Colors of #ac55cd

#ac55cd

Complementary Color

#ac55cd #76cd55

#ac55cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac55cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac55cd Color CSS Codes

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

#ac55cd Text Font Color

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

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


#ac55cd Background Color

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

This div background color is #ac55cd


#ac55cd Border Color

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

This div border color is #ac55cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac55cd


Comments

No comments written yet.

Please login to write comment.