Color Hex Logo

#ac229b Color Hex

#AC229B
(172,34,155)
0 Favorites   0 Comments

Color spaces of #ac229b

RGB 17234155
HSL0.850.670.40
HSV307°80°67°
CMYK 0.000.800.10   0.33
XYZ23.501712.281332.1422
Yxy12.28130.34600.1808
Hunter Lab35.044758.3776-29.8482
CIE-Lab41.659865.2936-33.7552

#ac229b color RGB value is (172,34,155).

#ac229b hex color red value is 172, green value is 34 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ac229b hue: 0.85 , saturation: 0.67 and the lightness value of ac229b is 0.40.

The process color (four color CMYK) of #ac229b color hex is 0.00, 0.80, 0.10, 0.33. Web safe color of #ac229b is #993399. Color #ac229b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100010 10011011
Octal 254 42 233
Decimal 172 34 155
Hex AC 22 9B

RGB Percentages of Color #ac229b

%47.65
%9.42
%42.94

CMYK Percentages of Color #ac229b

%0
%80
%10
%33

Triadic Colors of #ac229b

#ac229b #9bac22 #229bac

Analogous Colors of #ac229b

#ac229b #ac2256 #7822ac

Monochromatic Colors of #ac229b

#ac229b

Complementary Color

#ac229b #22ac33

#ac229b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac229b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac229b Color CSS Codes

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

#ac229b Text Font Color

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

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


#ac229b Background Color

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

This div background color is #ac229b


#ac229b Border Color

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

This div border color is #ac229b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac229b


Comments

No comments written yet.

Please login to write comment.