Color Hex Logo

#ac629b Color Hex

#AC629B
(172,98,155)
0 Favorites   0 Comments

Color spaces of #ac629b

RGB 17298155
HSL0.870.310.53
HSV314°43°67°
CMYK 0.000.430.10   0.33
XYZ27.297319.872633.4074
Yxy19.87260.33880.2466
Hunter Lab44.578731.2899-13.2270
CIE-Lab51.692938.1063-18.1816

#ac629b color RGB value is (172,98,155).

#ac629b hex color red value is 172, green value is 98 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ac629b hue: 0.87 , saturation: 0.31 and the lightness value of ac629b is 0.53.

The process color (four color CMYK) of #ac629b color hex is 0.00, 0.43, 0.10, 0.33. Web safe color of #ac629b is #996699. Color #ac629b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100010 10011011
Octal 254 142 233
Decimal 172 98 155
Hex AC 62 9B

RGB Percentages of Color #ac629b

%40.47
%23.06
%36.47

CMYK Percentages of Color #ac629b

%0
%43
%10
%33

Triadic Colors of #ac629b

#ac629b #9bac62 #629bac

Analogous Colors of #ac629b

#ac629b #ac6276 #9862ac

Monochromatic Colors of #ac629b

#ac629b

Complementary Color

#ac629b #62ac73

#ac629b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac629b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac629b Color CSS Codes

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

#ac629b Text Font Color

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

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


#ac629b Background Color

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

This div background color is #ac629b


#ac629b Border Color

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

This div border color is #ac629b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac629b


Comments

No comments written yet.

Please login to write comment.