Color Hex Logo

#ac90cb Color Hex

#AC90CB
(172,144,203)
0 Favorites   0 Comments

Color spaces of #ac90cb

RGB 172144203
HSL0.750.360.68
HSV268°29°80°
CMYK 0.150.290.00   0.20
XYZ37.766033.029060.8847
Yxy33.02900.28680.2508
Hunter Lab57.470916.7242-22.5823
CIE-Lab64.184421.9624-26.5215

#ac90cb color RGB value is (172,144,203).

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

The process color (four color CMYK) of #ac90cb color hex is 0.15, 0.29, 0.00, 0.20. Web safe color of #ac90cb is #9999cc. Color #ac90cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010000 11001011
Octal 254 220 313
Decimal 172 144 203
Hex AC 90 CB

RGB Percentages of Color #ac90cb

%33.14
%27.75
%39.11

CMYK Percentages of Color #ac90cb

%15
%29
%0
%20

Triadic Colors of #ac90cb

#ac90cb #cbac90 #90cbac

Analogous Colors of #ac90cb

#ac90cb #ca90cb #9092cb

Monochromatic Colors of #ac90cb

#ac90cb

Complementary Color

#ac90cb #afcb90

#ac90cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac90cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac90cb Color CSS Codes

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

#ac90cb Text Font Color

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

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


#ac90cb Background Color

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

This div background color is #ac90cb


#ac90cb Border Color

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

This div border color is #ac90cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac90cb


Comments

No comments written yet.

Please login to write comment.