Color Hex Logo

#ac018d Color Hex

#AC018D
(172,1,141)
0 Favorites   0 Comments

Color spaces of #ac018d

RGB 1721141
HSL0.860.990.34
HSV311°99°67°
CMYK 0.000.990.18   0.33
XYZ21.831810.715526.1169
Yxy10.71550.37210.1827
Hunter Lab32.734561.7624-24.3897
CIE-Lab39.097168.7232-29.2705

#ac018d color RGB value is (172,1,141).

#ac018d hex color red value is 172, green value is 1 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ac018d hue: 0.86 , saturation: 0.99 and the lightness value of ac018d is 0.34.

The process color (four color CMYK) of #ac018d color hex is 0.00, 0.99, 0.18, 0.33. Web safe color of #ac018d is #990099. Color #ac018d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000001 10001101
Octal 254 1 215
Decimal 172 1 141
Hex AC 1 8D

RGB Percentages of Color #ac018d

%54.78
%0.32
%44.90

CMYK Percentages of Color #ac018d

%0
%99
%18
%33

Triadic Colors of #ac018d

#ac018d #8dac01 #018dac

Analogous Colors of #ac018d

#ac018d #ac0137 #7601ac

Monochromatic Colors of #ac018d

#ac018d

Complementary Color

#ac018d #01ac20

#ac018d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac018d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac018d Color CSS Codes

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

#ac018d Text Font Color

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

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


#ac018d Background Color

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

This div background color is #ac018d


#ac018d Border Color

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

This div border color is #ac018d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac018d


Comments

No comments written yet.

Please login to write comment.