Color Hex Logo

#ac93dc Color Hex

#AC93DC
(172,147,220)
0 Favorites   0 Comments

Color spaces of #ac93dc

RGB 172147220
HSL0.720.510.72
HSV261°33°86°
CMYK 0.220.330.00   0.14
XYZ40.365234.805472.3008
Yxy34.80540.27370.2360
Hunter Lab58.996118.8867-31.3637
CIE-Lab65.596924.1206-33.8006

#ac93dc color RGB value is (172,147,220).

#ac93dc hex color red value is 172, green value is 147 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ac93dc hue: 0.72 , saturation: 0.51 and the lightness value of ac93dc is 0.72.

The process color (four color CMYK) of #ac93dc color hex is 0.22, 0.33, 0.00, 0.14. Web safe color of #ac93dc is #9999cc. Color #ac93dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010011 11011100
Octal 254 223 334
Decimal 172 147 220
Hex AC 93 DC

RGB Percentages of Color #ac93dc

%31.91
%27.27
%40.82

CMYK Percentages of Color #ac93dc

%22
%33
%0
%14

Triadic Colors of #ac93dc

#ac93dc #dcac93 #93dcac

Analogous Colors of #ac93dc

#ac93dc #d193dc #939fdc

Monochromatic Colors of #ac93dc

#ac93dc

Complementary Color

#ac93dc #c3dc93

#ac93dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac93dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac93dc Color CSS Codes

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

#ac93dc Text Font Color

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

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


#ac93dc Background Color

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

This div background color is #ac93dc


#ac93dc Border Color

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

This div border color is #ac93dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac93dc


Comments

No comments written yet.

Please login to write comment.