Color Hex Logo

#ab409b Color Hex

#AB409B
(171,64,155)
0 Favorites   0 Comments

Color spaces of #ab409b

RGB 17164155
HSL0.860.460.46
HSV309°63°67°
CMYK 0.000.630.09   0.33
XYZ24.544414.691332.5524
Yxy14.69130.34190.2046
Hunter Lab38.329247.2276-23.5236
CIE-Lab45.208554.5716-28.2009

#ab409b color RGB value is (171,64,155).

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

The process color (four color CMYK) of #ab409b color hex is 0.00, 0.63, 0.09, 0.33. Web safe color of #ab409b is #993399. Color #ab409b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000000 10011011
Octal 253 100 233
Decimal 171 64 155
Hex AB 40 9B

RGB Percentages of Color #ab409b

%43.85
%16.41
%39.74

CMYK Percentages of Color #ab409b

%0
%63
%9
%33

Triadic Colors of #ab409b

#ab409b #9bab40 #409bab

Analogous Colors of #ab409b

#ab409b #ab4066 #8640ab

Monochromatic Colors of #ab409b

#ab409b

Complementary Color

#ab409b #40ab50

#ab409b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab409b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab409b Color CSS Codes

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

#ab409b Text Font Color

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

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


#ab409b Background Color

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

This div background color is #ab409b


#ab409b Border Color

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

This div border color is #ab409b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab409b


Comments

No comments written yet.

Please login to write comment.