Color Hex Logo

#ab1150 Color Hex

#AB1150
(171,17,80)
0 Favorites   0 Comments

Color spaces of #ab1150

RGB 1711780
HSL0.930.820.37
HSV335°90°67°
CMYK 0.000.900.53   0.33
XYZ18.44309.63808.4777
Yxy9.63800.50450.2636
Hunter Lab31.045151.71265.5409
CIE-Lab37.184760.22386.2956

#ab1150 color RGB value is (171,17,80).

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

The process color (four color CMYK) of #ab1150 color hex is 0.00, 0.90, 0.53, 0.33. Web safe color of #ab1150 is #990066. Color #ab1150 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010001 01010000
Octal 253 21 120
Decimal 171 17 80
Hex AB 11 50

RGB Percentages of Color #ab1150

%63.81
%6.34
%29.85

CMYK Percentages of Color #ab1150

%0
%90
%53
%33

Triadic Colors of #ab1150

#ab1150 #50ab11 #1150ab

Analogous Colors of #ab1150

#ab1150 #ab1f11 #ab119d

Monochromatic Colors of #ab1150

#ab1150

Complementary Color

#ab1150 #11ab6c

#ab1150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1150 Color CSS Codes

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

#ab1150 Text Font Color

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

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


#ab1150 Background Color

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

This div background color is #ab1150


#ab1150 Border Color

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

This div border color is #ab1150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1150


Comments

No comments written yet.

Please login to write comment.