Color Hex Logo

#ac07fc Color Hex

#AC07FC
(172,7,252)
0 Favorites   0 Comments

Color spaces of #ac07fc

RGB 1727252
HSL0.780.980.51
HSV280°97°99°
CMYK 0.320.970.00   0.01
XYZ34.659915.950993.3475
Yxy15.95090.24080.1108
Hunter Lab39.938685.0152-110.6201
CIE-Lab46.910086.0539-81.5304

#ac07fc color RGB value is (172,7,252).

#ac07fc hex color red value is 172, green value is 7 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ac07fc hue: 0.78 , saturation: 0.98 and the lightness value of ac07fc is 0.51.

The process color (four color CMYK) of #ac07fc color hex is 0.32, 0.97, 0.00, 0.01. Web safe color of #ac07fc is #9900ff. Color #ac07fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000111 11111100
Octal 254 7 374
Decimal 172 7 252
Hex AC 7 FC

RGB Percentages of Color #ac07fc

%39.91
%1.62
%58.47

CMYK Percentages of Color #ac07fc

%32
%97
%0
%1

Triadic Colors of #ac07fc

#ac07fc #fcac07 #07fcac

Analogous Colors of #ac07fc

#ac07fc #fc07d2 #3207fc

Monochromatic Colors of #ac07fc

#ac07fc

Complementary Color

#ac07fc #57fc07

#ac07fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac07fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac07fc Color CSS Codes

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

#ac07fc Text Font Color

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

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


#ac07fc Background Color

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

This div background color is #ac07fc


#ac07fc Border Color

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

This div border color is #ac07fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac07fc


Comments

No comments written yet.

Please login to write comment.