Color Hex Logo

#ab4670 Color Hex

#AB4670
(171,70,112)
0 Favorites   0 Comments

Color spaces of #ab4670

RGB 17170112
HSL0.930.420.47
HSV335°59°67°
CMYK 0.000.590.35   0.33
XYZ21.909414.208116.9169
Yxy14.20810.41310.2679
Hunter Lab37.693637.7892-0.2238
CIE-Lab44.529945.6683-3.1567

#ab4670 color RGB value is (171,70,112).

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

The process color (four color CMYK) of #ab4670 color hex is 0.00, 0.59, 0.35, 0.33. Web safe color of #ab4670 is #993366. Color #ab4670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000110 01110000
Octal 253 106 160
Decimal 171 70 112
Hex AB 46 70

RGB Percentages of Color #ab4670

%48.44
%19.83
%31.73

CMYK Percentages of Color #ab4670

%0
%59
%35
%33

Triadic Colors of #ab4670

#ab4670 #70ab46 #4670ab

Analogous Colors of #ab4670

#ab4670 #ab4f46 #ab46a3

Monochromatic Colors of #ab4670

#ab4670

Complementary Color

#ab4670 #46ab81

#ab4670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4670 Color CSS Codes

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

#ab4670 Text Font Color

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

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


#ab4670 Background Color

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

This div background color is #ab4670


#ab4670 Border Color

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

This div border color is #ab4670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4670


Comments

No comments written yet.

Please login to write comment.