Color Hex Logo

#ab1a78 Color Hex

#AB1A78
(171,26,120)
0 Favorites   0 Comments

Color spaces of #ab1a78

RGB 17126120
HSL0.890.740.39
HSV321°85°67°
CMYK 0.000.850.30   0.33
XYZ20.554110.752818.7615
Yxy10.75280.41050.2148
Hunter Lab32.791554.5010-10.9685
CIE-Lab39.161062.3538-16.1874

#ab1a78 color RGB value is (171,26,120).

#ab1a78 hex color red value is 171, green value is 26 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ab1a78 hue: 0.89 , saturation: 0.74 and the lightness value of ab1a78 is 0.39.

The process color (four color CMYK) of #ab1a78 color hex is 0.00, 0.85, 0.30, 0.33. Web safe color of #ab1a78 is #993366. Color #ab1a78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011010 01111000
Octal 253 32 170
Decimal 171 26 120
Hex AB 1A 78

RGB Percentages of Color #ab1a78

%53.94
%8.20
%37.85

CMYK Percentages of Color #ab1a78

%0
%85
%30
%33

Triadic Colors of #ab1a78

#ab1a78 #78ab1a #1a78ab

Analogous Colors of #ab1a78

#ab1a78 #ab1a2f #961aab

Monochromatic Colors of #ab1a78

#ab1a78

Complementary Color

#ab1a78 #1aab4d

#ab1a78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1a78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1a78 Color CSS Codes

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

#ab1a78 Text Font Color

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

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


#ab1a78 Background Color

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

This div background color is #ab1a78


#ab1a78 Border Color

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

This div border color is #ab1a78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1a78


Comments

No comments written yet.

Please login to write comment.