Color Hex Logo

#ab407b Color Hex

#AB407B
(171,64,123)
0 Favorites   0 Comments

Color spaces of #ab407b

RGB 17164123
HSL0.910.460.46
HSV327°63°67°
CMYK 0.000.630.28   0.33
XYZ22.203113.754820.2236
Yxy13.75480.39520.2448
Hunter Lab37.087541.9593-6.3693
CIE-Lab43.879249.8368-10.8715

#ab407b color RGB value is (171,64,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000000 01111011
Octal 253 100 173
Decimal 171 64 123
Hex AB 40 7B

RGB Percentages of Color #ab407b

%47.77
%17.88
%34.36

CMYK Percentages of Color #ab407b

%0
%63
%28
%33

Triadic Colors of #ab407b

#ab407b #7bab40 #407bab

Analogous Colors of #ab407b

#ab407b #ab4045 #a640ab

Monochromatic Colors of #ab407b

#ab407b

Complementary Color

#ab407b #40ab70

#ab407b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab407b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab407b Color CSS Codes

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

#ab407b Text Font Color

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

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


#ab407b Background Color

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

This div background color is #ab407b


#ab407b Border Color

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

This div border color is #ab407b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab407b


Comments

No comments written yet.

Please login to write comment.