Color Hex Logo

#ab1869 Color Hex

#AB1869
(171,24,105)
0 Favorites   0 Comments

Color spaces of #ab1869

RGB 17124105
HSL0.910.750.38
HSV327°86°67°
CMYK 0.000.860.39   0.33
XYZ19.671010.331114.3219
Yxy10.33110.44380.2331
Hunter Lab32.142052.9939-3.9191
CIE-Lab38.430261.1423-7.8679

#ab1869 color RGB value is (171,24,105).

#ab1869 hex color red value is 171, green value is 24 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #ab1869 hue: 0.91 , saturation: 0.75 and the lightness value of ab1869 is 0.38.

The process color (four color CMYK) of #ab1869 color hex is 0.00, 0.86, 0.39, 0.33. Web safe color of #ab1869 is #990066. Color #ab1869 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011000 01101001
Octal 253 30 151
Decimal 171 24 105
Hex AB 18 69

RGB Percentages of Color #ab1869

%57.00
%8.00
%35.00

CMYK Percentages of Color #ab1869

%0
%86
%39
%33

Triadic Colors of #ab1869

#ab1869 #69ab18 #1869ab

Analogous Colors of #ab1869

#ab1869 #ab181f #a418ab

Monochromatic Colors of #ab1869

#ab1869

Complementary Color

#ab1869 #18ab5a

#ab1869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1869 Color CSS Codes

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

#ab1869 Text Font Color

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

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


#ab1869 Background Color

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

This div background color is #ab1869


#ab1869 Border Color

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

This div border color is #ab1869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1869


Comments

No comments written yet.

Please login to write comment.