Color Hex Logo

#ac91ed Color Hex

#AC91ED
(172,145,237)
0 Favorites   0 Comments

Color spaces of #ac91ed

RGB 172145237
HSL0.720.720.75
HSV258°39°93°
CMYK 0.270.390.00   0.07
XYZ42.424735.135984.6666
Yxy35.13590.26150.2166
Hunter Lab59.275524.0238-43.1944
CIE-Lab65.854329.2970-42.7855

#ac91ed color RGB value is (172,145,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010001 11101101
Octal 254 221 355
Decimal 172 145 237
Hex AC 91 ED

RGB Percentages of Color #ac91ed

%31.05
%26.17
%42.78

CMYK Percentages of Color #ac91ed

%27
%39
%0
%7

Triadic Colors of #ac91ed

#ac91ed #edac91 #91edac

Analogous Colors of #ac91ed

#ac91ed #da91ed #91a4ed

Monochromatic Colors of #ac91ed

#ac91ed

Complementary Color

#ac91ed #d2ed91

#ac91ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac91ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac91ed Color CSS Codes

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

#ac91ed Text Font Color

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

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


#ac91ed Background Color

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

This div background color is #ac91ed


#ac91ed Border Color

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

This div border color is #ac91ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac91ed


Comments

No comments written yet.

Please login to write comment.