Color Hex Logo

#ab70a0 Color Hex

#AB70A0
(171,112,160)
0 Favorites   0 Comments

Color spaces of #ab70a0

RGB 171112160
HSL0.860.260.55
HSV311°35°67°
CMYK 0.000.350.06   0.33
XYZ28.933922.784336.1305
Yxy22.78430.32940.2594
Hunter Lab47.732924.6674-11.4654
CIE-Lab54.849530.9655-16.3090

#ab70a0 color RGB value is (171,112,160).

#ab70a0 hex color red value is 171, green value is 112 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ab70a0 hue: 0.86 , saturation: 0.26 and the lightness value of ab70a0 is 0.55.

The process color (four color CMYK) of #ab70a0 color hex is 0.00, 0.35, 0.06, 0.33. Web safe color of #ab70a0 is #996699. Color #ab70a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110000 10100000
Octal 253 160 240
Decimal 171 112 160
Hex AB 70 A0

RGB Percentages of Color #ab70a0

%38.60
%25.28
%36.12

CMYK Percentages of Color #ab70a0

%0
%35
%6
%33

Triadic Colors of #ab70a0

#ab70a0 #a0ab70 #70a0ab

Analogous Colors of #ab70a0

#ab70a0 #ab7083 #9970ab

Monochromatic Colors of #ab70a0

#ab70a0

Complementary Color

#ab70a0 #70ab7b

#ab70a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab70a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab70a0 Color CSS Codes

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

#ab70a0 Text Font Color

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

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


#ab70a0 Background Color

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

This div background color is #ab70a0


#ab70a0 Border Color

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

This div border color is #ab70a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab70a0


Comments

No comments written yet.

Please login to write comment.