Color Hex Logo

#ac0abf Color Hex

#AC0ABF
(172,10,191)
0 Favorites   0 Comments

Color spaces of #ac0abf

RGB 17210191
HSL0.820.900.39
HSV294°95°75°
CMYK 0.100.950.00   0.25
XYZ26.525812.749350.3530
Yxy12.74930.29600.1422
Hunter Lab35.706270.1203-58.6167
CIE-Lab42.383075.0972-54.0021

#ac0abf color RGB value is (172,10,191).

#ac0abf hex color red value is 172, green value is 10 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ac0abf hue: 0.82 , saturation: 0.90 and the lightness value of ac0abf is 0.39.

The process color (four color CMYK) of #ac0abf color hex is 0.10, 0.95, 0.00, 0.25. Web safe color of #ac0abf is #9900cc. Color #ac0abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001010 10111111
Octal 254 12 277
Decimal 172 10 191
Hex AC A BF

RGB Percentages of Color #ac0abf

%46.11
%2.68
%51.21

CMYK Percentages of Color #ac0abf

%10
%95
%0
%25

Triadic Colors of #ac0abf

#ac0abf #bfac0a #0abfac

Analogous Colors of #ac0abf

#ac0abf #bf0a78 #520abf

Monochromatic Colors of #ac0abf

#ac0abf

Complementary Color

#ac0abf #1dbf0a

#ac0abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0abf Color CSS Codes

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

#ac0abf Text Font Color

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

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


#ac0abf Background Color

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

This div background color is #ac0abf


#ac0abf Border Color

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

This div border color is #ac0abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0abf


Comments

No comments written yet.

Please login to write comment.