Color Hex Logo

#ac76f0 Color Hex

#AC76F0
(172,118,240)
0 Favorites   0 Comments

Color spaces of #ac76f0

RGB 172118240
HSL0.740.800.70
HSV267°51°94°
CMYK 0.280.510.00   0.06
XYZ39.219928.018885.7791
Yxy28.01880.25630.1831
Hunter Lab52.932839.6250-59.0282
CIE-Lab59.905745.0627-53.8438

#ac76f0 color RGB value is (172,118,240).

#ac76f0 hex color red value is 172, green value is 118 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ac76f0 hue: 0.74 , saturation: 0.80 and the lightness value of ac76f0 is 0.70.

The process color (four color CMYK) of #ac76f0 color hex is 0.28, 0.51, 0.00, 0.06. Web safe color of #ac76f0 is #9966ff. Color #ac76f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110110 11110000
Octal 254 166 360
Decimal 172 118 240
Hex AC 76 F0

RGB Percentages of Color #ac76f0

%32.45
%22.26
%45.28

CMYK Percentages of Color #ac76f0

%28
%51
%0
%6

Triadic Colors of #ac76f0

#ac76f0 #f0ac76 #76f0ac

Analogous Colors of #ac76f0

#ac76f0 #e976f0 #767df0

Monochromatic Colors of #ac76f0

#ac76f0

Complementary Color

#ac76f0 #baf076

#ac76f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac76f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac76f0 Color CSS Codes

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

#ac76f0 Text Font Color

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

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


#ac76f0 Background Color

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

This div background color is #ac76f0


#ac76f0 Border Color

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

This div border color is #ac76f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac76f0


Comments

No comments written yet.

Please login to write comment.