Color Hex Logo

#ac7eba Color Hex

#AC7EBA
(172,126,186)
0 Favorites   0 Comments

Color spaces of #ac7eba

RGB 172126186
HSL0.790.300.61
HSV286°32°73°
CMYK 0.080.320.00   0.27
XYZ33.337027.237549.9547
Yxy27.23750.30160.2464
Hunter Lab52.189622.6883-20.2184
CIE-Lab59.193528.5039-24.6096

#ac7eba color RGB value is (172,126,186).

#ac7eba hex color red value is 172, green value is 126 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ac7eba hue: 0.79 , saturation: 0.30 and the lightness value of ac7eba is 0.61.

The process color (four color CMYK) of #ac7eba color hex is 0.08, 0.32, 0.00, 0.27. Web safe color of #ac7eba is #9966cc. Color #ac7eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111110 10111010
Octal 254 176 272
Decimal 172 126 186
Hex AC 7E BA

RGB Percentages of Color #ac7eba

%35.54
%26.03
%38.43

CMYK Percentages of Color #ac7eba

%8
%32
%0
%27

Triadic Colors of #ac7eba

#ac7eba #baac7e #7ebaac

Analogous Colors of #ac7eba

#ac7eba #ba7eaa #8e7eba

Monochromatic Colors of #ac7eba

#ac7eba

Complementary Color

#ac7eba #8cba7e

#ac7eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7eba Color CSS Codes

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

#ac7eba Text Font Color

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

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


#ac7eba Background Color

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

This div background color is #ac7eba


#ac7eba Border Color

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

This div border color is #ac7eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7eba

#ac7eba Color Palettes


Comments

No comments written yet.

Please login to write comment.