Color Hex Logo

#ac90ed Color Hex

#AC90ED
(172,144,237)
0 Favorites   0 Comments

Color spaces of #ac90ed

RGB 172144237
HSL0.720.720.75
HSV258°39°93°
CMYK 0.270.390.00   0.07
XYZ42.272634.831684.6159
Yxy34.83160.26140.2154
Hunter Lab59.018324.5708-43.6926
CIE-Lab65.617329.8613-43.1574

#ac90ed color RGB value is (172,144,237).

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

The process color (four color CMYK) of #ac90ed color hex is 0.27, 0.39, 0.00, 0.07. Web safe color of #ac90ed is #9999ff. Color #ac90ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010000 11101101
Octal 254 220 355
Decimal 172 144 237
Hex AC 90 ED

RGB Percentages of Color #ac90ed

%31.10
%26.04
%42.86

CMYK Percentages of Color #ac90ed

%27
%39
%0
%7

Triadic Colors of #ac90ed

#ac90ed #edac90 #90edac

Analogous Colors of #ac90ed

#ac90ed #db90ed #90a3ed

Monochromatic Colors of #ac90ed

#ac90ed

Complementary Color

#ac90ed #d1ed90

#ac90ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac90ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac90ed Color CSS Codes

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

#ac90ed Text Font Color

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

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


#ac90ed Background Color

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

This div background color is #ac90ed


#ac90ed Border Color

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

This div border color is #ac90ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac90ed


Comments

No comments written yet.

Please login to write comment.