Color Hex Logo

#ac5ebf Color Hex

#AC5EBF
(172,94,191)
0 Favorites   0 Comments

Color spaces of #ac5ebf

RGB 17294191
HSL0.800.430.56
HSV288°51°75°
CMYK 0.100.510.00   0.25
XYZ30.419920.537751.6511
Yxy20.53770.29650.2002
Hunter Lab45.318540.5100-35.8519
CIE-Lab52.439847.0144-37.9807

#ac5ebf color RGB value is (172,94,191).

#ac5ebf hex color red value is 172, green value is 94 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ac5ebf hue: 0.80 , saturation: 0.43 and the lightness value of ac5ebf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011110 10111111
Octal 254 136 277
Decimal 172 94 191
Hex AC 5E BF

RGB Percentages of Color #ac5ebf

%37.64
%20.57
%41.79

CMYK Percentages of Color #ac5ebf

%10
%51
%0
%25

Triadic Colors of #ac5ebf

#ac5ebf #bfac5e #5ebfac

Analogous Colors of #ac5ebf

#ac5ebf #bf5ea2 #7c5ebf

Monochromatic Colors of #ac5ebf

#ac5ebf

Complementary Color

#ac5ebf #71bf5e

#ac5ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5ebf Color CSS Codes

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

#ac5ebf Text Font Color

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

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


#ac5ebf Background Color

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

This div background color is #ac5ebf


#ac5ebf Border Color

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

This div border color is #ac5ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5ebf


Comments

No comments written yet.

Please login to write comment.