Color Hex Logo

#ac53f7 Color Hex

#AC53F7
(172,83,247)
0 Favorites   0 Comments

Color spaces of #ac53f7

RGB 17283247
HSL0.760.910.65
HSV273°66°97°
CMYK 0.300.660.00   0.03
XYZ36.895021.672690.2343
Yxy21.67260.24790.1456
Hunter Lab46.553859.9962-82.3328
CIE-Lab53.677964.4012-67.7255

#ac53f7 color RGB value is (172,83,247).

#ac53f7 hex color red value is 172, green value is 83 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #ac53f7 hue: 0.76 , saturation: 0.91 and the lightness value of ac53f7 is 0.65.

The process color (four color CMYK) of #ac53f7 color hex is 0.30, 0.66, 0.00, 0.03. Web safe color of #ac53f7 is #9966ff. Color #ac53f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010011 11110111
Octal 254 123 367
Decimal 172 83 247
Hex AC 53 F7

RGB Percentages of Color #ac53f7

%34.26
%16.53
%49.20

CMYK Percentages of Color #ac53f7

%30
%66
%0
%3

Triadic Colors of #ac53f7

#ac53f7 #f7ac53 #53f7ac

Analogous Colors of #ac53f7

#ac53f7 #f753f0 #5a53f7

Monochromatic Colors of #ac53f7

#ac53f7

Complementary Color

#ac53f7 #9ef753

#ac53f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac53f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac53f7 Color CSS Codes

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

#ac53f7 Text Font Color

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

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


#ac53f7 Background Color

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

This div background color is #ac53f7


#ac53f7 Border Color

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

This div border color is #ac53f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac53f7


Comments

No comments written yet.

Please login to write comment.