Color Hex Logo

#ac40be Color Hex

#AC40BE
(172,64,190)
0 Favorites   0 Comments

Color spaces of #ac40be

RGB 17264190
HSL0.810.500.50
HSV291°66°75°
CMYK 0.090.660.00   0.25
XYZ28.140916.155250.3503
Yxy16.15520.29730.1707
Hunter Lab40.193554.6354-46.1369
CIE-Lab47.177560.9332-45.7331

#ac40be color RGB value is (172,64,190).

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

The process color (four color CMYK) of #ac40be color hex is 0.09, 0.66, 0.00, 0.25. Web safe color of #ac40be is #9933cc. Color #ac40be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000000 10111110
Octal 254 100 276
Decimal 172 64 190
Hex AC 40 BE

RGB Percentages of Color #ac40be

%40.38
%15.02
%44.60

CMYK Percentages of Color #ac40be

%9
%66
%0
%25

Triadic Colors of #ac40be

#ac40be #beac40 #40beac

Analogous Colors of #ac40be

#ac40be #be4091 #6d40be

Monochromatic Colors of #ac40be

#ac40be

Complementary Color

#ac40be #52be40

#ac40be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac40be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac40be Color CSS Codes

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

#ac40be Text Font Color

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

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


#ac40be Background Color

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

This div background color is #ac40be


#ac40be Border Color

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

This div border color is #ac40be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac40be


Comments

No comments written yet.

Please login to write comment.