Color Hex Logo

#ab0861 Color Hex

#AB0861
(171,8,97)
0 Favorites   0 Comments

Color spaces of #ab0861

RGB 171897
HSL0.910.910.35
HSV327°95°67°
CMYK 0.000.950.43   0.33
XYZ19.03919.694712.1770
Yxy9.69470.46540.2370
Hunter Lab31.136354.6599-1.3921
CIE-Lab37.288862.8608-4.4812

#ab0861 color RGB value is (171,8,97).

#ab0861 hex color red value is 171, green value is 8 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ab0861 hue: 0.91 , saturation: 0.91 and the lightness value of ab0861 is 0.35.

The process color (four color CMYK) of #ab0861 color hex is 0.00, 0.95, 0.43, 0.33. Web safe color of #ab0861 is #990066. Color #ab0861 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001000 01100001
Octal 253 10 141
Decimal 171 8 97
Hex AB 8 61

RGB Percentages of Color #ab0861

%61.96
%2.90
%35.14

CMYK Percentages of Color #ab0861

%0
%95
%43
%33

Triadic Colors of #ab0861

#ab0861 #61ab08 #0861ab

Analogous Colors of #ab0861

#ab0861 #ab0810 #a408ab

Monochromatic Colors of #ab0861

#ab0861

Complementary Color

#ab0861 #08ab52

#ab0861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0861 Color CSS Codes

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

#ab0861 Text Font Color

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

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


#ab0861 Background Color

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

This div background color is #ab0861


#ab0861 Border Color

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

This div border color is #ab0861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0861


Comments

No comments written yet.

Please login to write comment.