Color Hex Logo

#ac439b Color Hex

#AC439B
(172,67,155)
0 Favorites   0 Comments

Color spaces of #ac439b

RGB 17267155
HSL0.860.440.47
HSV310°61°67°
CMYK 0.000.610.10   0.33
XYZ24.936815.151532.6206
Yxy15.15150.34300.2084
Hunter Lab38.924946.2353-22.4399
CIE-Lab45.841053.5330-27.2036

#ac439b color RGB value is (172,67,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000011 10011011
Octal 254 103 233
Decimal 172 67 155
Hex AC 43 9B

RGB Percentages of Color #ac439b

%43.65
%17.01
%39.34

CMYK Percentages of Color #ac439b

%0
%61
%10
%33

Triadic Colors of #ac439b

#ac439b #9bac43 #439bac

Analogous Colors of #ac439b

#ac439b #ac4367 #8943ac

Monochromatic Colors of #ac439b

#ac439b

Complementary Color

#ac439b #43ac54

#ac439b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac439b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac439b Color CSS Codes

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

#ac439b Text Font Color

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

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


#ac439b Background Color

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

This div background color is #ac439b


#ac439b Border Color

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

This div border color is #ac439b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac439b


Comments

No comments written yet.

Please login to write comment.