Color Hex Logo

#ab1454 Color Hex

#AB1454
(171,20,84)
0 Favorites   0 Comments

Color spaces of #ab1454

RGB 1712084
HSL0.930.790.37
HSV335°88°67°
CMYK 0.000.880.51   0.33
XYZ18.64509.79839.2961
Yxy9.79830.49400.2596
Hunter Lab31.302251.54364.3037
CIE-Lab37.478060.01284.1370

#ab1454 color RGB value is (171,20,84).

#ab1454 hex color red value is 171, green value is 20 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #ab1454 hue: 0.93 , saturation: 0.79 and the lightness value of ab1454 is 0.37.

The process color (four color CMYK) of #ab1454 color hex is 0.00, 0.88, 0.51, 0.33. Web safe color of #ab1454 is #990066. Color #ab1454 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010100 01010100
Octal 253 24 124
Decimal 171 20 84
Hex AB 14 54

RGB Percentages of Color #ab1454

%62.18
%7.27
%30.55

CMYK Percentages of Color #ab1454

%0
%88
%51
%33

Triadic Colors of #ab1454

#ab1454 #54ab14 #1454ab

Analogous Colors of #ab1454

#ab1454 #ab2014 #ab14a0

Monochromatic Colors of #ab1454

#ab1454

Complementary Color

#ab1454 #14ab6b

#ab1454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1454 Color CSS Codes

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

#ab1454 Text Font Color

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

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


#ab1454 Background Color

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

This div background color is #ab1454


#ab1454 Border Color

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

This div border color is #ab1454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1454


Comments

No comments written yet.

Please login to write comment.