Color Hex Logo

#ac449b Color Hex

#AC449B
(172,68,155)
0 Favorites   0 Comments

Color spaces of #ac449b

RGB 17268155
HSL0.860.430.47
HSV310°60°67°
CMYK 0.000.600.10   0.33
XYZ24.996815.271532.6406
Yxy15.27150.34280.2095
Hunter Lab39.078845.7900-22.1669
CIE-Lab46.003853.0876-26.9502

#ac449b color RGB value is (172,68,155).

#ac449b hex color red value is 172, green value is 68 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ac449b hue: 0.86 , saturation: 0.43 and the lightness value of ac449b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000100 10011011
Octal 254 104 233
Decimal 172 68 155
Hex AC 44 9B

RGB Percentages of Color #ac449b

%43.54
%17.22
%39.24

CMYK Percentages of Color #ac449b

%0
%60
%10
%33

Triadic Colors of #ac449b

#ac449b #9bac44 #449bac

Analogous Colors of #ac449b

#ac449b #ac4467 #8944ac

Monochromatic Colors of #ac449b

#ac449b

Complementary Color

#ac449b #44ac55

#ac449b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac449b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac449b Color CSS Codes

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

#ac449b Text Font Color

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

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


#ac449b Background Color

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

This div background color is #ac449b


#ac449b Border Color

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

This div border color is #ac449b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,68,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 #ac449b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac449b


Comments

No comments written yet.

Please login to write comment.