Color Hex Logo

#ac6fda Color Hex

#AC6FDA
(172,111,218)
0 Favorites   0 Comments

Color spaces of #ac6fda

RGB 172111218
HSL0.760.590.65
HSV274°49°85°
CMYK 0.210.490.00   0.15
XYZ35.352625.201569.3308
Yxy25.20150.27220.1940
Hunter Lab50.201137.8513-46.7424
CIE-Lab57.271243.7575-45.7325

#ac6fda color RGB value is (172,111,218).

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

The process color (four color CMYK) of #ac6fda color hex is 0.21, 0.49, 0.00, 0.15. Web safe color of #ac6fda is #9966cc. Color #ac6fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101111 11011010
Octal 254 157 332
Decimal 172 111 218
Hex AC 6F DA

RGB Percentages of Color #ac6fda

%34.33
%22.16
%43.51

CMYK Percentages of Color #ac6fda

%21
%49
%0
%15

Triadic Colors of #ac6fda

#ac6fda #daac6f #6fdaac

Analogous Colors of #ac6fda

#ac6fda #da6fd3 #776fda

Monochromatic Colors of #ac6fda

#ac6fda

Complementary Color

#ac6fda #9dda6f

#ac6fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6fda Color CSS Codes

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

#ac6fda Text Font Color

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

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


#ac6fda Background Color

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

This div background color is #ac6fda


#ac6fda Border Color

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

This div border color is #ac6fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6fda


Comments

No comments written yet.

Please login to write comment.