Color Hex Logo

#ab4091 Color Hex

#AB4091
(171,64,145)
0 Favorites   0 Comments

Color spaces of #ab4091

RGB 17164145
HSL0.870.460.46
HSV315°63°67°
CMYK 0.000.630.15   0.33
XYZ23.738814.369128.3104
Yxy14.36910.35740.2163
Hunter Lab37.906645.4481-17.7459
CIE-Lab44.757752.9923-22.8967

#ab4091 color RGB value is (171,64,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000000 10010001
Octal 253 100 221
Decimal 171 64 145
Hex AB 40 91

RGB Percentages of Color #ab4091

%45.00
%16.84
%38.16

CMYK Percentages of Color #ab4091

%0
%63
%15
%33

Triadic Colors of #ab4091

#ab4091 #91ab40 #4091ab

Analogous Colors of #ab4091

#ab4091 #ab405b #9040ab

Monochromatic Colors of #ab4091

#ab4091

Complementary Color

#ab4091 #40ab5a

#ab4091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4091 Color CSS Codes

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

#ab4091 Text Font Color

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

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


#ab4091 Background Color

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

This div background color is #ab4091


#ab4091 Border Color

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

This div border color is #ab4091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4091


Comments

No comments written yet.

Please login to write comment.