Color Hex Logo

#ac90df Color Hex

#AC90DF
(172,144,223)
0 Favorites   0 Comments

Color spaces of #ac90df

RGB 172144223
HSL0.730.550.72
HSV261°35°87°
CMYK 0.230.350.00   0.13
XYZ40.305834.044974.2590
Yxy34.04490.27120.2291
Hunter Lab58.348021.1957-34.6143
CIE-Lab64.998226.5167-36.3940

#ac90df color RGB value is (172,144,223).

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

The process color (four color CMYK) of #ac90df color hex is 0.23, 0.35, 0.00, 0.13. Web safe color of #ac90df is #9999cc. Color #ac90df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010000 11011111
Octal 254 220 337
Decimal 172 144 223
Hex AC 90 DF

RGB Percentages of Color #ac90df

%31.91
%26.72
%41.37

CMYK Percentages of Color #ac90df

%23
%35
%0
%13

Triadic Colors of #ac90df

#ac90df #dfac90 #90dfac

Analogous Colors of #ac90df

#ac90df #d490df #909cdf

Monochromatic Colors of #ac90df

#ac90df

Complementary Color

#ac90df #c3df90

#ac90df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac90df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac90df Color CSS Codes

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

#ac90df Text Font Color

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

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


#ac90df Background Color

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

This div background color is #ac90df


#ac90df Border Color

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

This div border color is #ac90df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac90df


Comments

No comments written yet.

Please login to write comment.