Color Hex Logo

#ab6490 Color Hex

#AB6490
(171,100,144)
0 Favorites   0 Comments

Color spaces of #ab6490

RGB 171100144
HSL0.900.300.53
HSV323°42°67°
CMYK 0.000.420.16   0.33
XYZ26.385819.785928.8139
Yxy19.78590.35190.2639
Hunter Lab44.481328.0417-7.2696
CIE-Lab51.594334.8178-11.8618

#ab6490 color RGB value is (171,100,144).

#ab6490 hex color red value is 171, green value is 100 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ab6490 hue: 0.90 , saturation: 0.30 and the lightness value of ab6490 is 0.53.

The process color (four color CMYK) of #ab6490 color hex is 0.00, 0.42, 0.16, 0.33. Web safe color of #ab6490 is #996699. Color #ab6490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100100 10010000
Octal 253 144 220
Decimal 171 100 144
Hex AB 64 90

RGB Percentages of Color #ab6490

%41.20
%24.10
%34.70

CMYK Percentages of Color #ab6490

%0
%42
%16
%33

Triadic Colors of #ab6490

#ab6490 #90ab64 #6490ab

Analogous Colors of #ab6490

#ab6490 #ab646d #a364ab

Monochromatic Colors of #ab6490

#ab6490

Complementary Color

#ab6490 #64ab7f

#ab6490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6490 Color CSS Codes

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

#ab6490 Text Font Color

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

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


#ab6490 Background Color

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

This div background color is #ab6490


#ab6490 Border Color

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

This div border color is #ab6490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6490


Comments

No comments written yet.

Please login to write comment.