Color Hex Logo

#ac70bb Color Hex

#AC70BB
(172,112,187)
0 Favorites   0 Comments

Color spaces of #ac70bb

RGB 172112187
HSL0.800.360.59
HSV288°40°73°
CMYK 0.080.400.00   0.27
XYZ31.777123.946949.9611
Yxy23.94690.30070.2266
Hunter Lab48.935630.2746-26.2776
CIE-Lab56.034636.5320-30.0627

#ac70bb color RGB value is (172,112,187).

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

The process color (four color CMYK) of #ac70bb color hex is 0.08, 0.40, 0.00, 0.27. Web safe color of #ac70bb is #9966cc. Color #ac70bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110000 10111011
Octal 254 160 273
Decimal 172 112 187
Hex AC 70 BB

RGB Percentages of Color #ac70bb

%36.52
%23.78
%39.70

CMYK Percentages of Color #ac70bb

%8
%40
%0
%27

Triadic Colors of #ac70bb

#ac70bb #bbac70 #70bbac

Analogous Colors of #ac70bb

#ac70bb #bb70a5 #8770bb

Monochromatic Colors of #ac70bb

#ac70bb

Complementary Color

#ac70bb #7fbb70

#ac70bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac70bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac70bb Color CSS Codes

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

#ac70bb Text Font Color

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

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


#ac70bb Background Color

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

This div background color is #ac70bb


#ac70bb Border Color

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

This div border color is #ac70bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac70bb


Comments

No comments written yet.

Please login to write comment.