Color Hex Logo

#ac4fbe Color Hex

#AC4FBE
(172,79,190)
0 Favorites   0 Comments

Color spaces of #ac4fbe

RGB 17279190
HSL0.810.460.53
HSV290°58°75°
CMYK 0.090.580.00   0.25
XYZ29.103518.080350.6711
Yxy18.08030.29740.1848
Hunter Lab42.520947.7629-40.8897
CIE-Lab49.593454.2770-41.8955

#ac4fbe color RGB value is (172,79,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001111 10111110
Octal 254 117 276
Decimal 172 79 190
Hex AC 4F BE

RGB Percentages of Color #ac4fbe

%39.00
%17.91
%43.08

CMYK Percentages of Color #ac4fbe

%9
%58
%0
%25

Triadic Colors of #ac4fbe

#ac4fbe #beac4f #4fbeac

Analogous Colors of #ac4fbe

#ac4fbe #be4f99 #754fbe

Monochromatic Colors of #ac4fbe

#ac4fbe

Complementary Color

#ac4fbe #61be4f

#ac4fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4fbe Color CSS Codes

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

#ac4fbe Text Font Color

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

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


#ac4fbe Background Color

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

This div background color is #ac4fbe


#ac4fbe Border Color

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

This div border color is #ac4fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4fbe


Comments

No comments written yet.

Please login to write comment.