Color Hex Logo

#ab406d Color Hex

#AB406D
(171,64,109)
0 Favorites   0 Comments

Color spaces of #ab406d

RGB 17164109
HSL0.930.460.46
HSV335°63°67°
CMYK 0.000.630.36   0.33
XYZ21.388313.428815.9327
Yxy13.42880.42140.2646
Hunter Lab36.645340.0534-0.1264
CIE-Lab43.402448.0783-2.9738

#ab406d color RGB value is (171,64,109).

#ab406d hex color red value is 171, green value is 64 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ab406d hue: 0.93 , saturation: 0.46 and the lightness value of ab406d is 0.46.

The process color (four color CMYK) of #ab406d color hex is 0.00, 0.63, 0.36, 0.33. Web safe color of #ab406d is #993366. Color #ab406d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000000 01101101
Octal 253 100 155
Decimal 171 64 109
Hex AB 40 6D

RGB Percentages of Color #ab406d

%49.71
%18.60
%31.69

CMYK Percentages of Color #ab406d

%0
%63
%36
%33

Triadic Colors of #ab406d

#ab406d #6dab40 #406dab

Analogous Colors of #ab406d

#ab406d #ab4940 #ab40a3

Monochromatic Colors of #ab406d

#ab406d

Complementary Color

#ab406d #40ab7e

#ab406d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab406d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab406d Color CSS Codes

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

#ab406d Text Font Color

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

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


#ab406d Background Color

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

This div background color is #ab406d


#ab406d Border Color

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

This div border color is #ab406d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab406d


Comments

No comments written yet.

Please login to write comment.