Color Hex Logo

#ac6bda Color Hex

#AC6BDA
(172,107,218)
0 Favorites   0 Comments

Color spaces of #ac6bda

RGB 172107218
HSL0.760.600.64
HSV275°51°85°
CMYK 0.210.510.00   0.15
XYZ34.925824.348069.1885
Yxy24.34800.27190.1895
Hunter Lab49.343739.9920-48.5944
CIE-Lab56.434545.9110-47.0572

#ac6bda color RGB value is (172,107,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101011 11011010
Octal 254 153 332
Decimal 172 107 218
Hex AC 6B DA

RGB Percentages of Color #ac6bda

%34.61
%21.53
%43.86

CMYK Percentages of Color #ac6bda

%21
%51
%0
%15

Triadic Colors of #ac6bda

#ac6bda #daac6b #6bdaac

Analogous Colors of #ac6bda

#ac6bda #da6bd1 #756bda

Monochromatic Colors of #ac6bda

#ac6bda

Complementary Color

#ac6bda #99da6b

#ac6bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6bda Color CSS Codes

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

#ac6bda Text Font Color

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

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


#ac6bda Background Color

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

This div background color is #ac6bda


#ac6bda Border Color

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

This div border color is #ac6bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6bda


Comments

No comments written yet.

Please login to write comment.