Color Hex Logo

#ac47ea Color Hex

#AC47EA
(172,71,234)
0 Favorites   0 Comments

Color spaces of #ac47ea

RGB 17271234
HSL0.770.800.60
HSV277°70°92°
CMYK 0.260.700.00   0.08
XYZ34.117819.217679.7531
Yxy19.21760.25640.1444
Hunter Lab43.837962.2053-77.1782
CIE-Lab50.940866.8075-64.8696

#ac47ea color RGB value is (172,71,234).

#ac47ea hex color red value is 172, green value is 71 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ac47ea hue: 0.77 , saturation: 0.80 and the lightness value of ac47ea is 0.60.

The process color (four color CMYK) of #ac47ea color hex is 0.26, 0.70, 0.00, 0.08. Web safe color of #ac47ea is #9933ff. Color #ac47ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000111 11101010
Octal 254 107 352
Decimal 172 71 234
Hex AC 47 EA

RGB Percentages of Color #ac47ea

%36.06
%14.88
%49.06

CMYK Percentages of Color #ac47ea

%26
%70
%0
%8

Triadic Colors of #ac47ea

#ac47ea #eaac47 #47eaac

Analogous Colors of #ac47ea

#ac47ea #ea47d7 #5b47ea

Monochromatic Colors of #ac47ea

#ac47ea

Complementary Color

#ac47ea #85ea47

#ac47ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac47ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac47ea Color CSS Codes

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

#ac47ea Text Font Color

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

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


#ac47ea Background Color

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

This div background color is #ac47ea


#ac47ea Border Color

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

This div border color is #ac47ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac47ea


Comments

No comments written yet.

Please login to write comment.