Color Hex Logo

#ab5270 Color Hex

#AB5270
(171,82,112)
0 Favorites   0 Comments

Color spaces of #ab5270

RGB 17182112
HSL0.940.350.50
HSV340°52°67°
CMYK 0.000.520.35   0.33
XYZ22.736515.862417.1926
Yxy15.86240.40750.2843
Hunter Lab39.827632.20242.2853
CIE-Lab46.793439.72200.1650

#ab5270 color RGB value is (171,82,112).

#ab5270 hex color red value is 171, green value is 82 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ab5270 hue: 0.94 , saturation: 0.35 and the lightness value of ab5270 is 0.50.

The process color (four color CMYK) of #ab5270 color hex is 0.00, 0.52, 0.35, 0.33. Web safe color of #ab5270 is #996666. Color #ab5270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010010 01110000
Octal 253 122 160
Decimal 171 82 112
Hex AB 52 70

RGB Percentages of Color #ab5270

%46.85
%22.47
%30.68

CMYK Percentages of Color #ab5270

%0
%52
%35
%33

Triadic Colors of #ab5270

#ab5270 #70ab52 #5270ab

Analogous Colors of #ab5270

#ab5270 #ab6152 #ab529d

Monochromatic Colors of #ab5270

#ab5270

Complementary Color

#ab5270 #52ab8d

#ab5270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5270 Color CSS Codes

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

#ab5270 Text Font Color

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

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


#ab5270 Background Color

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

This div background color is #ab5270


#ab5270 Border Color

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

This div border color is #ab5270


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,82,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 #ab5270">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5270


Comments

No comments written yet.

Please login to write comment.