Color Hex Logo

#ac417b Color Hex

#AC417B
(172,65,123)
0 Favorites   0 Comments

Color spaces of #ac417b

RGB 17265123
HSL0.910.450.46
HSV327°62°67°
CMYK 0.000.620.28   0.33
XYZ22.478713.981320.2528
Yxy13.98130.39640.2465
Hunter Lab37.391641.8736-5.9398
CIE-Lab44.206149.6967-10.3628

#ac417b color RGB value is (172,65,123).

#ac417b hex color red value is 172, green value is 65 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ac417b hue: 0.91 , saturation: 0.45 and the lightness value of ac417b is 0.46.

The process color (four color CMYK) of #ac417b color hex is 0.00, 0.62, 0.28, 0.33. Web safe color of #ac417b is #993366. Color #ac417b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000001 01111011
Octal 254 101 173
Decimal 172 65 123
Hex AC 41 7B

RGB Percentages of Color #ac417b

%47.78
%18.06
%34.17

CMYK Percentages of Color #ac417b

%0
%62
%28
%33

Triadic Colors of #ac417b

#ac417b #7bac41 #417bac

Analogous Colors of #ac417b

#ac417b #ac4146 #a841ac

Monochromatic Colors of #ac417b

#ac417b

Complementary Color

#ac417b #41ac72

#ac417b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac417b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac417b Color CSS Codes

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

#ac417b Text Font Color

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

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


#ac417b Background Color

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

This div background color is #ac417b


#ac417b Border Color

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

This div border color is #ac417b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac417b


Comments

No comments written yet.

Please login to write comment.