Color Hex Logo

#ac036b Color Hex

#AC036B
(172,3,107)
0 Favorites   0 Comments

Color spaces of #ac036b

RGB 1723107
HSL0.900.970.34
HSV323°98°67°
CMYK 0.000.980.38   0.33
XYZ19.69979.897314.7820
Yxy9.89730.44390.2230
Hunter Lab31.460056.7187-5.8364
CIE-Lab37.657564.6169-10.2779

#ac036b color RGB value is (172,3,107).

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

The process color (four color CMYK) of #ac036b color hex is 0.00, 0.98, 0.38, 0.33. Web safe color of #ac036b is #990066. Color #ac036b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000011 01101011
Octal 254 3 153
Decimal 172 3 107
Hex AC 3 6B

RGB Percentages of Color #ac036b

%60.99
%1.06
%37.94

CMYK Percentages of Color #ac036b

%0
%98
%38
%33

Triadic Colors of #ac036b

#ac036b #6bac03 #036bac

Analogous Colors of #ac036b

#ac036b #ac0316 #9903ac

Monochromatic Colors of #ac036b

#ac036b

Complementary Color

#ac036b #03ac44

#ac036b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac036b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac036b Color CSS Codes

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

#ac036b Text Font Color

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

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


#ac036b Background Color

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

This div background color is #ac036b


#ac036b Border Color

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

This div border color is #ac036b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac036b


Comments

No comments written yet.

Please login to write comment.