Color Hex Logo

#ab406b Color Hex

#AB406B
(171,64,107)
0 Favorites   0 Comments

Color spaces of #ab406b

RGB 17164107
HSL0.930.460.46
HSV336°63°67°
CMYK 0.000.630.37   0.33
XYZ21.281813.386315.3720
Yxy13.38630.42530.2675
Hunter Lab36.587339.80070.7007
CIE-Lab43.339647.8431-1.8309

#ab406b color RGB value is (171,64,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000000 01101011
Octal 253 100 153
Decimal 171 64 107
Hex AB 40 6B

RGB Percentages of Color #ab406b

%50.00
%18.71
%31.29

CMYK Percentages of Color #ab406b

%0
%63
%37
%33

Triadic Colors of #ab406b

#ab406b #6bab40 #406bab

Analogous Colors of #ab406b

#ab406b #ab4b40 #ab40a1

Monochromatic Colors of #ab406b

#ab406b

Complementary Color

#ab406b #40ab80

#ab406b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab406b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab406b Color CSS Codes

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

#ab406b Text Font Color

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

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


#ab406b Background Color

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

This div background color is #ab406b


#ab406b Border Color

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

This div border color is #ab406b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab406b


Comments

No comments written yet.

Please login to write comment.