Color Hex Logo

#ac7aed Color Hex

#AC7AED
(172,122,237)
0 Favorites   0 Comments

Color spaces of #ac7aed

RGB 172122237
HSL0.740.760.70
HSV266°49°93°
CMYK 0.270.490.00   0.07
XYZ39.258928.804183.6114
Yxy28.80410.25880.1899
Hunter Lab53.669536.6502-54.7990
CIE-Lab60.608342.1575-51.0631

#ac7aed color RGB value is (172,122,237).

#ac7aed hex color red value is 172, green value is 122 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ac7aed hue: 0.74 , saturation: 0.76 and the lightness value of ac7aed is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111010 11101101
Octal 254 172 355
Decimal 172 122 237
Hex AC 7A ED

RGB Percentages of Color #ac7aed

%32.39
%22.98
%44.63

CMYK Percentages of Color #ac7aed

%27
%49
%0
%7

Triadic Colors of #ac7aed

#ac7aed #edac7a #7aedac

Analogous Colors of #ac7aed

#ac7aed #e67aed #7a82ed

Monochromatic Colors of #ac7aed

#ac7aed

Complementary Color

#ac7aed #bbed7a

#ac7aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7aed Color CSS Codes

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

#ac7aed Text Font Color

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

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


#ac7aed Background Color

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

This div background color is #ac7aed


#ac7aed Border Color

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

This div border color is #ac7aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7aed


Comments

No comments written yet.

Please login to write comment.