Color Hex Logo

#ac93ce Color Hex

#AC93CE
(172,147,206)
0 Favorites   0 Comments

Color spaces of #ac93ce

RGB 172147206
HSL0.740.380.69
HSV265°29°81°
CMYK 0.170.290.00   0.19
XYZ38.587634.094362.9396
Yxy34.09430.28450.2514
Hunter Lab58.390315.7797-23.0361
CIE-Lab65.037420.9324-26.8841

#ac93ce color RGB value is (172,147,206).

#ac93ce hex color red value is 172, green value is 147 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ac93ce hue: 0.74 , saturation: 0.38 and the lightness value of ac93ce is 0.69.

The process color (four color CMYK) of #ac93ce color hex is 0.17, 0.29, 0.00, 0.19. Web safe color of #ac93ce is #9999cc. Color #ac93ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010011 11001110
Octal 254 223 316
Decimal 172 147 206
Hex AC 93 CE

RGB Percentages of Color #ac93ce

%32.76
%28.00
%39.24

CMYK Percentages of Color #ac93ce

%17
%29
%0
%19

Triadic Colors of #ac93ce

#ac93ce #ceac93 #93ceac

Analogous Colors of #ac93ce

#ac93ce #ca93ce #9398ce

Monochromatic Colors of #ac93ce

#ac93ce

Complementary Color

#ac93ce #b5ce93

#ac93ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac93ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac93ce Color CSS Codes

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

#ac93ce Text Font Color

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

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


#ac93ce Background Color

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

This div background color is #ac93ce


#ac93ce Border Color

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

This div border color is #ac93ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac93ce


Comments

No comments written yet.

Please login to write comment.