Color Hex Logo

#ac90bd Color Hex

#AC90BD
(172,144,189)
0 Favorites   0 Comments

Color spaces of #ac90bd

RGB 172144189
HSL0.770.250.65
HSV277°24°74°
CMYK 0.090.240.00   0.26
XYZ36.171832.391352.4898
Yxy32.39130.29880.2676
Hunter Lab56.913413.8489-14.8424
CIE-Lab63.665018.9545-19.4666

#ac90bd color RGB value is (172,144,189).

#ac90bd hex color red value is 172, green value is 144 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ac90bd hue: 0.77 , saturation: 0.25 and the lightness value of ac90bd is 0.65.

The process color (four color CMYK) of #ac90bd color hex is 0.09, 0.24, 0.00, 0.26. Web safe color of #ac90bd is #9999cc. Color #ac90bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010000 10111101
Octal 254 220 275
Decimal 172 144 189
Hex AC 90 BD

RGB Percentages of Color #ac90bd

%34.06
%28.51
%37.43

CMYK Percentages of Color #ac90bd

%9
%24
%0
%26

Triadic Colors of #ac90bd

#ac90bd #bdac90 #90bdac

Analogous Colors of #ac90bd

#ac90bd #bd90b8 #9690bd

Monochromatic Colors of #ac90bd

#ac90bd

Complementary Color

#ac90bd #a1bd90

#ac90bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac90bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac90bd Color CSS Codes

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

#ac90bd Text Font Color

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

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


#ac90bd Background Color

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

This div background color is #ac90bd


#ac90bd Border Color

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

This div border color is #ac90bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac90bd


Comments

No comments written yet.

Please login to write comment.