Color Hex Logo

#ac67ba Color Hex

#AC67BA
(172,103,186)
0 Favorites   0 Comments

Color spaces of #ac67ba

RGB 172103186
HSL0.810.380.57
HSV290°45°73°
CMYK 0.080.450.00   0.27
XYZ30.726422.016349.0845
Yxy22.01630.30180.2162
Hunter Lab46.921534.7774-29.1781
CIE-Lab54.044341.2432-32.5867

#ac67ba color RGB value is (172,103,186).

#ac67ba hex color red value is 172, green value is 103 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ac67ba hue: 0.81 , saturation: 0.38 and the lightness value of ac67ba is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100111 10111010
Octal 254 147 272
Decimal 172 103 186
Hex AC 67 BA

RGB Percentages of Color #ac67ba

%37.31
%22.34
%40.35

CMYK Percentages of Color #ac67ba

%8
%45
%0
%27

Triadic Colors of #ac67ba

#ac67ba #baac67 #67baac

Analogous Colors of #ac67ba

#ac67ba #ba679f #8367ba

Monochromatic Colors of #ac67ba

#ac67ba

Complementary Color

#ac67ba #75ba67

#ac67ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac67ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac67ba Color CSS Codes

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

#ac67ba Text Font Color

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

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


#ac67ba Background Color

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

This div background color is #ac67ba


#ac67ba Border Color

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

This div border color is #ac67ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac67ba


Comments

No comments written yet.

Please login to write comment.