Color Hex Logo

#ab0175 Color Hex

#AB0175
(171,1,117)
0 Favorites   0 Comments

Color spaces of #ab0175

RGB 1711117
HSL0.890.990.34
HSV319°99°67°
CMYK 0.000.990.32   0.33
XYZ20.01639.964017.6979
Yxy9.96400.41980.2090
Hunter Lab31.565857.9491-11.1459
CIE-Lab37.777765.6753-16.4281

#ab0175 color RGB value is (171,1,117).

#ab0175 hex color red value is 171, green value is 1 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ab0175 hue: 0.89 , saturation: 0.99 and the lightness value of ab0175 is 0.34.

The process color (four color CMYK) of #ab0175 color hex is 0.00, 0.99, 0.32, 0.33. Web safe color of #ab0175 is #990066. Color #ab0175 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000001 01110101
Octal 253 1 165
Decimal 171 1 117
Hex AB 1 75

RGB Percentages of Color #ab0175

%59.17
%0.35
%40.48

CMYK Percentages of Color #ab0175

%0
%99
%32
%33

Triadic Colors of #ab0175

#ab0175 #75ab01 #0175ab

Analogous Colors of #ab0175

#ab0175 #ab0120 #8c01ab

Monochromatic Colors of #ab0175

#ab0175

Complementary Color

#ab0175 #01ab37

#ab0175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0175 Color CSS Codes

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

#ab0175 Text Font Color

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

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


#ab0175 Background Color

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

This div background color is #ab0175


#ab0175 Border Color

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

This div border color is #ab0175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0175


Comments

No comments written yet.

Please login to write comment.