Color Hex Logo

#ac6bbd Color Hex

#AC6BBD
(172,107,189)
0 Favorites   0 Comments

Color spaces of #ac6bbd

RGB 172107189
HSL0.800.380.58
HSV288°43°74°
CMYK 0.090.430.00   0.26
XYZ31.456322.960250.9179
Yxy22.96020.29860.2180
Hunter Lab47.916833.3268-29.4617
CIE-Lab55.031339.6847-32.7710

#ac6bbd color RGB value is (172,107,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101011 10111101
Octal 254 153 275
Decimal 172 107 189
Hex AC 6B BD

RGB Percentages of Color #ac6bbd

%36.75
%22.86
%40.38

CMYK Percentages of Color #ac6bbd

%9
%43
%0
%26

Triadic Colors of #ac6bbd

#ac6bbd #bdac6b #6bbdac

Analogous Colors of #ac6bbd

#ac6bbd #bd6ba5 #836bbd

Monochromatic Colors of #ac6bbd

#ac6bbd

Complementary Color

#ac6bbd #7cbd6b

#ac6bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6bbd Color CSS Codes

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

#ac6bbd Text Font Color

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

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


#ac6bbd Background Color

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

This div background color is #ac6bbd


#ac6bbd Border Color

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

This div border color is #ac6bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6bbd


Comments

No comments written yet.

Please login to write comment.