Color Hex Logo

#ac0565 Color Hex

#AC0565
(172,5,101)
0 Favorites   0 Comments

Color spaces of #ac0565

RGB 1725101
HSL0.900.940.35
HSV326°97°67°
CMYK 0.000.970.41   0.33
XYZ19.41659.818813.1838
Yxy9.81880.45770.2315
Hunter Lab31.335055.7701-3.0111
CIE-Lab37.515263.8053-6.6765

#ac0565 color RGB value is (172,5,101).

#ac0565 hex color red value is 172, green value is 5 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #ac0565 hue: 0.90 , saturation: 0.94 and the lightness value of ac0565 is 0.35.

The process color (four color CMYK) of #ac0565 color hex is 0.00, 0.97, 0.41, 0.33. Web safe color of #ac0565 is #990066. Color #ac0565 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000101 01100101
Octal 254 5 145
Decimal 172 5 101
Hex AC 5 65

RGB Percentages of Color #ac0565

%61.87
%1.80
%36.33

CMYK Percentages of Color #ac0565

%0
%97
%41
%33

Triadic Colors of #ac0565

#ac0565 #65ac05 #0565ac

Analogous Colors of #ac0565

#ac0565 #ac0511 #a005ac

Monochromatic Colors of #ac0565

#ac0565

Complementary Color

#ac0565 #05ac4c

#ac0565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0565 Color CSS Codes

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

#ac0565 Text Font Color

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

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


#ac0565 Background Color

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

This div background color is #ac0565


#ac0565 Border Color

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

This div border color is #ac0565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0565


Comments

No comments written yet.

Please login to write comment.