Color Hex Logo

#ac51be Color Hex

#AC51BE
(172,81,190)
0 Favorites   0 Comments

Color spaces of #ac51be

RGB 17281190
HSL0.810.460.53
HSV290°57°75°
CMYK 0.090.570.00   0.25
XYZ29.250018.373250.7199
Yxy18.37320.29740.1868
Hunter Lab42.864046.7949-40.1516
CIE-Lab49.945753.3230-41.3378

#ac51be color RGB value is (172,81,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010001 10111110
Octal 254 121 276
Decimal 172 81 190
Hex AC 51 BE

RGB Percentages of Color #ac51be

%38.83
%18.28
%42.89

CMYK Percentages of Color #ac51be

%9
%57
%0
%25

Triadic Colors of #ac51be

#ac51be #beac51 #51beac

Analogous Colors of #ac51be

#ac51be #be519a #7651be

Monochromatic Colors of #ac51be

#ac51be

Complementary Color

#ac51be #63be51

#ac51be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac51be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac51be Color CSS Codes

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

#ac51be Text Font Color

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

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


#ac51be Background Color

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

This div background color is #ac51be


#ac51be Border Color

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

This div border color is #ac51be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac51be


Comments

No comments written yet.

Please login to write comment.