Color Hex Logo

#ac7eef Color Hex

#AC7EEF
(172,126,239)
0 Favorites   0 Comments

Color spaces of #ac7eef

RGB 172126239
HSL0.730.780.72
HSV264°47°94°
CMYK 0.280.470.00   0.06
XYZ40.054129.924485.3263
Yxy29.92440.25790.1927
Hunter Lab54.703234.9685-54.1886
CIE-Lab61.588940.4282-50.6161

#ac7eef color RGB value is (172,126,239).

#ac7eef hex color red value is 172, green value is 126 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ac7eef hue: 0.73 , saturation: 0.78 and the lightness value of ac7eef is 0.72.

The process color (four color CMYK) of #ac7eef color hex is 0.28, 0.47, 0.00, 0.06. Web safe color of #ac7eef is #9966ff. Color #ac7eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111110 11101111
Octal 254 176 357
Decimal 172 126 239
Hex AC 7E EF

RGB Percentages of Color #ac7eef

%32.03
%23.46
%44.51

CMYK Percentages of Color #ac7eef

%28
%47
%0
%6

Triadic Colors of #ac7eef

#ac7eef #efac7e #7eefac

Analogous Colors of #ac7eef

#ac7eef #e57eef #7e89ef

Monochromatic Colors of #ac7eef

#ac7eef

Complementary Color

#ac7eef #c1ef7e

#ac7eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7eef Color CSS Codes

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

#ac7eef Text Font Color

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

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


#ac7eef Background Color

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

This div background color is #ac7eef


#ac7eef Border Color

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

This div border color is #ac7eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7eef


Comments

No comments written yet.

Please login to write comment.