Color Hex Logo

#ac6cea Color Hex

#AC6CEA
(172,108,234)
0 Favorites   0 Comments

Color spaces of #ac6cea

RGB 172108234
HSL0.750.750.67
HSV270°54°92°
CMYK 0.260.540.00   0.08
XYZ37.227125.436380.7895
Yxy25.43630.25950.1773
Hunter Lab50.434443.4958-59.6709
CIE-Lab57.498149.0259-54.3416

#ac6cea color RGB value is (172,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101100 11101010
Octal 254 154 352
Decimal 172 108 234
Hex AC 6C EA

RGB Percentages of Color #ac6cea

%33.46
%21.01
%45.53

CMYK Percentages of Color #ac6cea

%26
%54
%0
%8

Triadic Colors of #ac6cea

#ac6cea #eaac6c #6ceaac

Analogous Colors of #ac6cea

#ac6cea #ea6ce9 #6d6cea

Monochromatic Colors of #ac6cea

#ac6cea

Complementary Color

#ac6cea #aaea6c

#ac6cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6cea Color CSS Codes

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

#ac6cea Text Font Color

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

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


#ac6cea Background Color

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

This div background color is #ac6cea


#ac6cea Border Color

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

This div border color is #ac6cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6cea


Comments

No comments written yet.

Please login to write comment.