Color Hex Logo

#ab1e6a Color Hex

#AB1E6A
(171,30,106)
0 Favorites   0 Comments

Color spaces of #ab1e6a

RGB 17130106
HSL0.910.700.39
HSV328°82°67°
CMYK 0.000.820.38   0.33
XYZ19.860410.627114.6401
Yxy10.62710.44010.2355
Hunter Lab32.599251.6987-3.8073
CIE-Lab38.945259.8689-7.7278

#ab1e6a color RGB value is (171,30,106).

#ab1e6a hex color red value is 171, green value is 30 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ab1e6a hue: 0.91 , saturation: 0.70 and the lightness value of ab1e6a is 0.39.

The process color (four color CMYK) of #ab1e6a color hex is 0.00, 0.82, 0.38, 0.33. Web safe color of #ab1e6a is #993366. Color #ab1e6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011110 01101010
Octal 253 36 152
Decimal 171 30 106
Hex AB 1E 6A

RGB Percentages of Color #ab1e6a

%55.70
%9.77
%34.53

CMYK Percentages of Color #ab1e6a

%0
%82
%38
%33

Triadic Colors of #ab1e6a

#ab1e6a #6aab1e #1e6aab

Analogous Colors of #ab1e6a

#ab1e6a #ab1e23 #a61eab

Monochromatic Colors of #ab1e6a

#ab1e6a

Complementary Color

#ab1e6a #1eab5f

#ab1e6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1e6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1e6a Color CSS Codes

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

#ab1e6a Text Font Color

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

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


#ab1e6a Background Color

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

This div background color is #ab1e6a


#ab1e6a Border Color

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

This div border color is #ab1e6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1e6a


Comments

No comments written yet.

Please login to write comment.