Color Hex Logo

#ac27fc Color Hex

#AC27FC
(172,39,252)
0 Favorites   0 Comments

Color spaces of #ac27fc

RGB 17239252
HSL0.770.970.57
HSV277°85°99°
CMYK 0.320.850.00   0.01
XYZ35.309517.250093.5640
Yxy17.25000.24160.1181
Hunter Lab41.533179.0693-104.4927
CIE-Lab48.573581.1015-78.8090

#ac27fc color RGB value is (172,39,252).

#ac27fc hex color red value is 172, green value is 39 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ac27fc hue: 0.77 , saturation: 0.97 and the lightness value of ac27fc is 0.57.

The process color (four color CMYK) of #ac27fc color hex is 0.32, 0.85, 0.00, 0.01. Web safe color of #ac27fc is #9933ff. Color #ac27fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100111 11111100
Octal 254 47 374
Decimal 172 39 252
Hex AC 27 FC

RGB Percentages of Color #ac27fc

%37.15
%8.42
%54.43

CMYK Percentages of Color #ac27fc

%32
%85
%0
%1

Triadic Colors of #ac27fc

#ac27fc #fcac27 #27fcac

Analogous Colors of #ac27fc

#ac27fc #fc27e2 #4127fc

Monochromatic Colors of #ac27fc

#ac27fc

Complementary Color

#ac27fc #77fc27

#ac27fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac27fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac27fc Color CSS Codes

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

#ac27fc Text Font Color

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

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


#ac27fc Background Color

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

This div background color is #ac27fc


#ac27fc Border Color

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

This div border color is #ac27fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac27fc


Comments

No comments written yet.

Please login to write comment.