Color Hex Logo

#ac0fa7 Color Hex

#AC0FA7
(172,15,167)
0 Favorites   0 Comments

Color spaces of #ac0fa7

RGB 17215167
HSL0.840.840.37
HSV302°91°67°
CMYK 0.000.910.03   0.33
XYZ24.159111.902337.5833
Yxy11.90230.32800.1616
Hunter Lab34.499764.6236-40.4396
CIE-Lab41.060470.7762-41.9148

#ac0fa7 color RGB value is (172,15,167).

#ac0fa7 hex color red value is 172, green value is 15 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #ac0fa7 hue: 0.84 , saturation: 0.84 and the lightness value of ac0fa7 is 0.37.

The process color (four color CMYK) of #ac0fa7 color hex is 0.00, 0.91, 0.03, 0.33. Web safe color of #ac0fa7 is #990099. Color #ac0fa7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001111 10100111
Octal 254 17 247
Decimal 172 15 167
Hex AC F A7

RGB Percentages of Color #ac0fa7

%48.59
%4.24
%47.18

CMYK Percentages of Color #ac0fa7

%0
%91
%3
%33

Triadic Colors of #ac0fa7

#ac0fa7 #a7ac0f #0fa7ac

Analogous Colors of #ac0fa7

#ac0fa7 #ac0f59 #620fac

Monochromatic Colors of #ac0fa7

#ac0fa7

Complementary Color

#ac0fa7 #0fac14

#ac0fa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0fa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0fa7 Color CSS Codes

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

#ac0fa7 Text Font Color

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

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


#ac0fa7 Background Color

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

This div background color is #ac0fa7


#ac0fa7 Border Color

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

This div border color is #ac0fa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0fa7


Comments

No comments written yet.

Please login to write comment.