Color Hex Logo

#ac2bad Color Hex

#AC2BAD
(172,43,173)
0 Favorites   0 Comments

Color spaces of #ac2bad

RGB 17243173
HSL0.830.600.42
HSV300°75°68°
CMYK 0.010.750.00   0.32
XYZ25.420013.515540.8041
Yxy13.51550.31880.1695
Hunter Lab36.763459.0874-40.0722
CIE-Lab43.529965.5487-41.5553

#ac2bad color RGB value is (172,43,173).

#ac2bad hex color red value is 172, green value is 43 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ac2bad hue: 0.83 , saturation: 0.60 and the lightness value of ac2bad is 0.42.

The process color (four color CMYK) of #ac2bad color hex is 0.01, 0.75, 0.00, 0.32. Web safe color of #ac2bad is #993399. Color #ac2bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101011 10101101
Octal 254 53 255
Decimal 172 43 173
Hex AC 2B AD

RGB Percentages of Color #ac2bad

%44.33
%11.08
%44.59

CMYK Percentages of Color #ac2bad

%1
%75
%0
%32

Triadic Colors of #ac2bad

#ac2bad #adac2b #2badac

Analogous Colors of #ac2bad

#ac2bad #ad2b6d #6b2bad

Monochromatic Colors of #ac2bad

#ac2bad

Complementary Color

#ac2bad #2cad2b

#ac2bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2bad Color CSS Codes

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

#ac2bad Text Font Color

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

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


#ac2bad Background Color

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

This div background color is #ac2bad


#ac2bad Border Color

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

This div border color is #ac2bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2bad


Comments

No comments written yet.

Please login to write comment.