Color Hex Logo

#ac7eed Color Hex

#AC7EED
(172,126,237)
0 Favorites   0 Comments

Color spaces of #ac7eed

RGB 172126237
HSL0.740.760.71
HSV265°47°93°
CMYK 0.270.470.00   0.07
XYZ39.760229.806883.7785
Yxy29.80680.25930.1944
Hunter Lab54.595634.4534-52.7653
CIE-Lab61.487239.9477-49.6698

#ac7eed color RGB value is (172,126,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111110 11101101
Octal 254 176 355
Decimal 172 126 237
Hex AC 7E ED

RGB Percentages of Color #ac7eed

%32.15
%23.55
%44.30

CMYK Percentages of Color #ac7eed

%27
%47
%0
%7

Triadic Colors of #ac7eed

#ac7eed #edac7e #7eedac

Analogous Colors of #ac7eed

#ac7eed #e47eed #7e88ed

Monochromatic Colors of #ac7eed

#ac7eed

Complementary Color

#ac7eed #bfed7e

#ac7eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7eed Color CSS Codes

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

#ac7eed Text Font Color

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

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


#ac7eed Background Color

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

This div background color is #ac7eed


#ac7eed Border Color

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

This div border color is #ac7eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7eed


Comments

No comments written yet.

Please login to write comment.