Color Hex Logo

#ac54be Color Hex

#AC54BE
(172,84,190)
0 Favorites   0 Comments

Color spaces of #ac54be

RGB 17284190
HSL0.810.450.54
HSV290°56°75°
CMYK 0.090.560.00   0.25
XYZ29.477818.829050.7959
Yxy18.82900.29740.1900
Hunter Lab43.392445.3239-39.0312
CIE-Lab50.486551.8657-40.4827

#ac54be color RGB value is (172,84,190).

#ac54be hex color red value is 172, green value is 84 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ac54be hue: 0.81 , saturation: 0.45 and the lightness value of ac54be is 0.54.

The process color (four color CMYK) of #ac54be color hex is 0.09, 0.56, 0.00, 0.25. Web safe color of #ac54be is #9966cc. Color #ac54be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010100 10111110
Octal 254 124 276
Decimal 172 84 190
Hex AC 54 BE

RGB Percentages of Color #ac54be

%38.57
%18.83
%42.60

CMYK Percentages of Color #ac54be

%9
%56
%0
%25

Triadic Colors of #ac54be

#ac54be #beac54 #54beac

Analogous Colors of #ac54be

#ac54be #be549b #7754be

Monochromatic Colors of #ac54be

#ac54be

Complementary Color

#ac54be #66be54

#ac54be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac54be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac54be Color CSS Codes

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

#ac54be Text Font Color

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

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


#ac54be Background Color

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

This div background color is #ac54be


#ac54be Border Color

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

This div border color is #ac54be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac54be


Comments

No comments written yet.

Please login to write comment.