Color Hex Logo

#ac6fbd Color Hex

#AC6FBD
(172,111,189)
0 Favorites   0 Comments

Color spaces of #ac6fbd

RGB 172111189
HSL0.800.370.59
HSV287°41°74°
CMYK 0.090.410.00   0.26
XYZ31.883023.813751.0602
Yxy23.81370.29870.2231
Hunter Lab48.799331.2242-27.8775
CIE-Lab55.900837.4939-31.4164

#ac6fbd color RGB value is (172,111,189).

#ac6fbd hex color red value is 172, green value is 111 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ac6fbd hue: 0.80 , saturation: 0.37 and the lightness value of ac6fbd is 0.59.

The process color (four color CMYK) of #ac6fbd color hex is 0.09, 0.41, 0.00, 0.26. Web safe color of #ac6fbd is #9966cc. Color #ac6fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101111 10111101
Octal 254 157 275
Decimal 172 111 189
Hex AC 6F BD

RGB Percentages of Color #ac6fbd

%36.44
%23.52
%40.04

CMYK Percentages of Color #ac6fbd

%9
%41
%0
%26

Triadic Colors of #ac6fbd

#ac6fbd #bdac6f #6fbdac

Analogous Colors of #ac6fbd

#ac6fbd #bd6fa7 #856fbd

Monochromatic Colors of #ac6fbd

#ac6fbd

Complementary Color

#ac6fbd #80bd6f

#ac6fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6fbd Color CSS Codes

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

#ac6fbd Text Font Color

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

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


#ac6fbd Background Color

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

This div background color is #ac6fbd


#ac6fbd Border Color

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

This div border color is #ac6fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6fbd


Comments

No comments written yet.

Please login to write comment.