Color Hex Logo

#ac4ebf Color Hex

#AC4EBF
(172,78,191)
0 Favorites   0 Comments

Color spaces of #ac4ebf

RGB 17278191
HSL0.810.470.53
HSV290°59°75°
CMYK 0.100.590.00   0.25
XYZ29.141617.981051.2250
Yxy17.98100.29630.1828
Hunter Lab42.404048.4648-41.9409
CIE-Lab49.473154.9426-42.6656

#ac4ebf color RGB value is (172,78,191).

#ac4ebf hex color red value is 172, green value is 78 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ac4ebf hue: 0.81 , saturation: 0.47 and the lightness value of ac4ebf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001110 10111111
Octal 254 116 277
Decimal 172 78 191
Hex AC 4E BF

RGB Percentages of Color #ac4ebf

%39.00
%17.69
%43.31

CMYK Percentages of Color #ac4ebf

%10
%59
%0
%25

Triadic Colors of #ac4ebf

#ac4ebf #bfac4e #4ebfac

Analogous Colors of #ac4ebf

#ac4ebf #bf4e9a #744ebf

Monochromatic Colors of #ac4ebf

#ac4ebf

Complementary Color

#ac4ebf #61bf4e

#ac4ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4ebf Color CSS Codes

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

#ac4ebf Text Font Color

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

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


#ac4ebf Background Color

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

This div background color is #ac4ebf


#ac4ebf Border Color

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

This div border color is #ac4ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4ebf


Comments

No comments written yet.

Please login to write comment.