Color Hex Logo

#ac027b Color Hex

#AC027B
(172,2,123)
0 Favorites   0 Comments

Color spaces of #ac027b

RGB 1722123
HSL0.880.980.34
HSV317°99°67°
CMYK 0.000.990.28   0.33
XYZ20.610110.244119.6299
Yxy10.24410.40820.2029
Hunter Lab32.006458.9315-13.9588
CIE-Lab38.277066.4363-19.4027

#ac027b color RGB value is (172,2,123).

#ac027b hex color red value is 172, green value is 2 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ac027b hue: 0.88 , saturation: 0.98 and the lightness value of ac027b is 0.34.

The process color (four color CMYK) of #ac027b color hex is 0.00, 0.99, 0.28, 0.33. Web safe color of #ac027b is #990066. Color #ac027b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000010 01111011
Octal 254 2 173
Decimal 172 2 123
Hex AC 2 7B

RGB Percentages of Color #ac027b

%57.91
%0.67
%41.41

CMYK Percentages of Color #ac027b

%0
%99
%28
%33

Triadic Colors of #ac027b

#ac027b #7bac02 #027bac

Analogous Colors of #ac027b

#ac027b #ac0226 #8802ac

Monochromatic Colors of #ac027b

#ac027b

Complementary Color

#ac027b #02ac33

#ac027b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac027b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac027b Color CSS Codes

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

#ac027b Text Font Color

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

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


#ac027b Background Color

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

This div background color is #ac027b


#ac027b Border Color

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

This div border color is #ac027b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac027b


Comments

No comments written yet.

Please login to write comment.