Color Hex Logo

#ac93da Color Hex

#AC93DA
(172,147,218)
0 Favorites   0 Comments

Color spaces of #ac93da

RGB 172147218
HSL0.730.490.72
HSV261°33°85°
CMYK 0.210.330.00   0.15
XYZ40.101934.700070.9138
Yxy34.70000.27520.2381
Hunter Lab58.906718.4307-30.1405
CIE-Lab65.514423.6570-32.8197

#ac93da color RGB value is (172,147,218).

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

The process color (four color CMYK) of #ac93da color hex is 0.21, 0.33, 0.00, 0.15. Web safe color of #ac93da is #9999cc. Color #ac93da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010011 11011010
Octal 254 223 332
Decimal 172 147 218
Hex AC 93 DA

RGB Percentages of Color #ac93da

%32.03
%27.37
%40.60

CMYK Percentages of Color #ac93da

%21
%33
%0
%15

Triadic Colors of #ac93da

#ac93da #daac93 #93daac

Analogous Colors of #ac93da

#ac93da #d093da #939eda

Monochromatic Colors of #ac93da

#ac93da

Complementary Color

#ac93da #c1da93

#ac93da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac93da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac93da Color CSS Codes

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

#ac93da Text Font Color

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

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


#ac93da Background Color

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

This div background color is #ac93da


#ac93da Border Color

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

This div border color is #ac93da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac93da


Comments

No comments written yet.

Please login to write comment.