Color Hex Logo

#ac6bea Color Hex

#AC6BEA
(172,107,234)
0 Favorites   0 Comments

Color spaces of #ac6bea

RGB 172107234
HSL0.750.750.67
HSV271°54°92°
CMYK 0.260.540.00   0.08
XYZ37.122225.226680.7546
Yxy25.22660.25940.1763
Hunter Lab50.226144.0340-60.1695
CIE-Lab57.295549.5550-54.6647

#ac6bea color RGB value is (172,107,234).

#ac6bea hex color red value is 172, green value is 107 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ac6bea hue: 0.75 , saturation: 0.75 and the lightness value of ac6bea is 0.67.

The process color (four color CMYK) of #ac6bea color hex is 0.26, 0.54, 0.00, 0.08. Web safe color of #ac6bea is #9966ff. Color #ac6bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101011 11101010
Octal 254 153 352
Decimal 172 107 234
Hex AC 6B EA

RGB Percentages of Color #ac6bea

%33.53
%20.86
%45.61

CMYK Percentages of Color #ac6bea

%26
%54
%0
%8

Triadic Colors of #ac6bea

#ac6bea #eaac6b #6beaac

Analogous Colors of #ac6bea

#ac6bea #ea6be9 #6d6bea

Monochromatic Colors of #ac6bea

#ac6bea

Complementary Color

#ac6bea #a9ea6b

#ac6bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6bea Color CSS Codes

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

#ac6bea Text Font Color

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

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


#ac6bea Background Color

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

This div background color is #ac6bea


#ac6bea Border Color

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

This div border color is #ac6bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6bea


Comments

No comments written yet.

Please login to write comment.