Color Hex Logo

#ac7ebf Color Hex

#AC7EBF
(172,126,191)
0 Favorites   0 Comments

Color spaces of #ac7ebf

RGB 172126191
HSL0.780.340.62
HSV282°34°75°
CMYK 0.100.340.00   0.25
XYZ33.878127.454052.8038
Yxy27.45400.29680.2405
Hunter Lab52.396623.7189-23.0732
CIE-Lab59.392229.5449-27.1456

#ac7ebf color RGB value is (172,126,191).

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

The process color (four color CMYK) of #ac7ebf color hex is 0.10, 0.34, 0.00, 0.25. Web safe color of #ac7ebf is #9966cc. Color #ac7ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111110 10111111
Octal 254 176 277
Decimal 172 126 191
Hex AC 7E BF

RGB Percentages of Color #ac7ebf

%35.17
%25.77
%39.06

CMYK Percentages of Color #ac7ebf

%10
%34
%0
%25

Triadic Colors of #ac7ebf

#ac7ebf #bfac7e #7ebfac

Analogous Colors of #ac7ebf

#ac7ebf #bf7eb2 #8c7ebf

Monochromatic Colors of #ac7ebf

#ac7ebf

Complementary Color

#ac7ebf #91bf7e

#ac7ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7ebf Color CSS Codes

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

#ac7ebf Text Font Color

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

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


#ac7ebf Background Color

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

This div background color is #ac7ebf


#ac7ebf Border Color

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

This div border color is #ac7ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7ebf


Comments

No comments written yet.

Please login to write comment.