color codes Logo

#ac6ece color codes

#AC6ECE
(172,110,206)
0 Favorites   0 Comments

Color spaces of #ac6ece

RGB 172110206
HSL0.770.490.62
HSV279°47°81°
CMYK 0.170.470.00   0.19
XYZ33.729824.378761.3203
Yxy24.37870.28240.2041
Hunter Lab49.374835.5343-39.0720
CIE-Lab56.465041.6443-40.2229

#ac6ece color RGB value is (172,110,206).

#ac6ece hex color red value is 172, green value is 110 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ac6ece hue: 0.77 , saturation: 0.49 and the lightness value of ac6ece is 0.62.

The process color (four color CMYK) of #ac6ece color code is 0.17, 0.47, 0.00, 0.19. Web safe color of #ac6ece is #9966cc. Color #ac6ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101110 11001110
Octal 254 156 316
Decimal 172 110 206
Hex AC 6E CE

RGB Percentages of Color #ac6ece

%35.25
%22.54
%42.21

CMYK Percentages of Color #ac6ece

%17
%47
%0
%19

Triadic Colors of #ac6ece

#ac6ece #ceac6e #6eceac

Analogous Colors of #ac6ece

#ac6ece #ce6ec0 #7c6ece

Monochromatic Colors of #ac6ece

#ac6ece

Complementary Color

#ac6ece #90ce6e

#ac6ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6ece Color CSS Codes

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

#ac6ece Text Font Color

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

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


#ac6ece Background Color

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

This div background color is #ac6ece


#ac6ece Border Color

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

This div border color is #ac6ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6ece


Comments

No comments written yet.

Please login to write comment.