Color Hex Logo

#ac7cda Color Hex

#AC7CDA
(172,124,218)
0 Favorites   0 Comments

Color spaces of #ac7cda

RGB 172124218
HSL0.750.560.67
HSV271°43°85°
CMYK 0.210.430.00   0.15
XYZ36.875828.247969.8385
Yxy28.24790.27320.2093
Hunter Lab53.148830.8370-40.7041
CIE-Lab60.112036.6045-41.2535

#ac7cda color RGB value is (172,124,218).

#ac7cda hex color red value is 172, green value is 124 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ac7cda hue: 0.75 , saturation: 0.56 and the lightness value of ac7cda is 0.67.

The process color (four color CMYK) of #ac7cda color hex is 0.21, 0.43, 0.00, 0.15. Web safe color of #ac7cda is #9966cc. Color #ac7cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111100 11011010
Octal 254 174 332
Decimal 172 124 218
Hex AC 7C DA

RGB Percentages of Color #ac7cda

%33.46
%24.12
%42.41

CMYK Percentages of Color #ac7cda

%21
%43
%0
%15

Triadic Colors of #ac7cda

#ac7cda #daac7c #7cdaac

Analogous Colors of #ac7cda

#ac7cda #da7cd9 #7d7cda

Monochromatic Colors of #ac7cda

#ac7cda

Complementary Color

#ac7cda #aada7c

#ac7cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7cda Color CSS Codes

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

#ac7cda Text Font Color

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

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


#ac7cda Background Color

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

This div background color is #ac7cda


#ac7cda Border Color

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

This div border color is #ac7cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7cda


Comments

No comments written yet.

Please login to write comment.