Color Hex Logo

#ac07cf Color Hex

#AC07CF
(172,7,207)
0 Favorites   0 Comments

Color spaces of #ac07cf

RGB 1727207
HSL0.800.930.42
HSV290°97°81°
CMYK 0.170.970.00   0.19
XYZ28.351713.427660.1290
Yxy13.42760.27820.1318
Hunter Lab36.643773.9813-71.6390
CIE-Lab43.400678.0428-61.6711

#ac07cf color RGB value is (172,7,207).

#ac07cf hex color red value is 172, green value is 7 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ac07cf hue: 0.80 , saturation: 0.93 and the lightness value of ac07cf is 0.42.

The process color (four color CMYK) of #ac07cf color hex is 0.17, 0.97, 0.00, 0.19. Web safe color of #ac07cf is #9900cc. Color #ac07cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000111 11001111
Octal 254 7 317
Decimal 172 7 207
Hex AC 7 CF

RGB Percentages of Color #ac07cf

%44.56
%1.81
%53.63

CMYK Percentages of Color #ac07cf

%17
%97
%0
%19

Triadic Colors of #ac07cf

#ac07cf #cfac07 #07cfac

Analogous Colors of #ac07cf

#ac07cf #cf078e #4807cf

Monochromatic Colors of #ac07cf

#ac07cf

Complementary Color

#ac07cf #2acf07

#ac07cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac07cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac07cf Color CSS Codes

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

#ac07cf Text Font Color

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

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


#ac07cf Background Color

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

This div background color is #ac07cf


#ac07cf Border Color

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

This div border color is #ac07cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac07cf


Comments

No comments written yet.

Please login to write comment.