Color Hex Logo

#ab0460 Color Hex

#AB0460
(171,4,96)
0 Favorites   0 Comments

Color spaces of #ab0460

RGB 171496
HSL0.910.950.34
HSV327°98°67°
CMYK 0.000.980.44   0.33
XYZ18.94939.589311.9185
Yxy9.58930.46840.2370
Hunter Lab30.966655.0375-1.1431
CIE-Lab37.095063.2355-4.1287

#ab0460 color RGB value is (171,4,96).

#ab0460 hex color red value is 171, green value is 4 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ab0460 hue: 0.91 , saturation: 0.95 and the lightness value of ab0460 is 0.34.

The process color (four color CMYK) of #ab0460 color hex is 0.00, 0.98, 0.44, 0.33. Web safe color of #ab0460 is #990066. Color #ab0460 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000100 01100000
Octal 253 4 140
Decimal 171 4 96
Hex AB 4 60

RGB Percentages of Color #ab0460

%63.10
%1.48
%35.42

CMYK Percentages of Color #ab0460

%0
%98
%44
%33

Triadic Colors of #ab0460

#ab0460 #60ab04 #0460ab

Analogous Colors of #ab0460

#ab0460 #ab040d #a304ab

Monochromatic Colors of #ab0460

#ab0460

Complementary Color

#ab0460 #04ab4f

#ab0460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0460 Color CSS Codes

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

#ab0460 Text Font Color

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

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


#ab0460 Background Color

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

This div background color is #ab0460


#ab0460 Border Color

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

This div border color is #ab0460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0460


Comments

No comments written yet.

Please login to write comment.