Color Hex Logo

#ab0c91 Color Hex

#AB0C91
(171,12,145)
0 Favorites   0 Comments

Color spaces of #ab0c91

RGB 17112145
HSL0.860.870.36
HSV310°93°67°
CMYK 0.000.930.15   0.33
XYZ22.036910.965227.7431
Yxy10.96520.36280.1805
Hunter Lab33.113760.8411-26.4943
CIE-Lab39.521867.8485-31.0657

#ab0c91 color RGB value is (171,12,145).

#ab0c91 hex color red value is 171, green value is 12 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #ab0c91 hue: 0.86 , saturation: 0.87 and the lightness value of ab0c91 is 0.36.

The process color (four color CMYK) of #ab0c91 color hex is 0.00, 0.93, 0.15, 0.33. Web safe color of #ab0c91 is #990099. Color #ab0c91 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001100 10010001
Octal 253 14 221
Decimal 171 12 145
Hex AB C 91

RGB Percentages of Color #ab0c91

%52.13
%3.66
%44.21

CMYK Percentages of Color #ab0c91

%0
%93
%15
%33

Triadic Colors of #ab0c91

#ab0c91 #91ab0c #0c91ab

Analogous Colors of #ab0c91

#ab0c91 #ab0c41 #760cab

Monochromatic Colors of #ab0c91

#ab0c91

Complementary Color

#ab0c91 #0cab26

#ab0c91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0c91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0c91 Color CSS Codes

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

#ab0c91 Text Font Color

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

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


#ab0c91 Background Color

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

This div background color is #ab0c91


#ab0c91 Border Color

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

This div border color is #ab0c91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0c91


Comments

No comments written yet.

Please login to write comment.