Color Hex Logo

#ab4571 Color Hex

#AB4571
(171,69,113)
0 Favorites   0 Comments

Color spaces of #ab4571

RGB 17169113
HSL0.930.430.47
HSV334°60°67°
CMYK 0.000.600.34   0.33
XYZ21.903314.106417.1912
Yxy14.10640.41170.2652
Hunter Lab37.558538.3700-0.8472
CIE-Lab44.385146.2639-3.9843

#ab4571 color RGB value is (171,69,113).

#ab4571 hex color red value is 171, green value is 69 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #ab4571 hue: 0.93 , saturation: 0.43 and the lightness value of ab4571 is 0.47.

The process color (four color CMYK) of #ab4571 color hex is 0.00, 0.60, 0.34, 0.33. Web safe color of #ab4571 is #993366. Color #ab4571 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000101 01110001
Octal 253 105 161
Decimal 171 69 113
Hex AB 45 71

RGB Percentages of Color #ab4571

%48.44
%19.55
%32.01

CMYK Percentages of Color #ab4571

%0
%60
%34
%33

Triadic Colors of #ab4571

#ab4571 #71ab45 #4571ab

Analogous Colors of #ab4571

#ab4571 #ab4c45 #ab45a4

Monochromatic Colors of #ab4571

#ab4571

Complementary Color

#ab4571 #45ab7f

#ab4571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4571 Color CSS Codes

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

#ab4571 Text Font Color

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

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


#ab4571 Background Color

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

This div background color is #ab4571


#ab4571 Border Color

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

This div border color is #ab4571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4571


Comments

No comments written yet.

Please login to write comment.