Color Hex Logo

#ac039b Color Hex

#AC039B
(172,3,155)
0 Favorites   0 Comments

Color spaces of #ac039b

RGB 1723155
HSL0.850.970.34
HSV306°98°67°
CMYK 0.000.980.10   0.33
XYZ22.962211.202331.9624
Yxy11.20230.34720.1694
Hunter Lab33.469863.8889-33.1908
CIE-Lab39.919170.3763-36.5075

#ac039b color RGB value is (172,3,155).

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

The process color (four color CMYK) of #ac039b color hex is 0.00, 0.98, 0.10, 0.33. Web safe color of #ac039b is #990099. Color #ac039b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000011 10011011
Octal 254 3 233
Decimal 172 3 155
Hex AC 3 9B

RGB Percentages of Color #ac039b

%52.12
%0.91
%46.97

CMYK Percentages of Color #ac039b

%0
%98
%10
%33

Triadic Colors of #ac039b

#ac039b #9bac03 #039bac

Analogous Colors of #ac039b

#ac039b #ac0346 #6903ac

Monochromatic Colors of #ac039b

#ac039b

Complementary Color

#ac039b #03ac14

#ac039b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac039b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac039b Color CSS Codes

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

#ac039b Text Font Color

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

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


#ac039b Background Color

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

This div background color is #ac039b


#ac039b Border Color

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

This div border color is #ac039b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac039b


Comments

No comments written yet.

Please login to write comment.