Color Hex Logo

#ab0190 Color Hex

#AB0190
(171,1,144)
0 Favorites   0 Comments

Color spaces of #ab0190

RGB 1711144
HSL0.860.990.34
HSV310°99°67°
CMYK 0.000.990.16   0.33
XYZ21.839510.693327.2985
Yxy10.69330.36500.1787
Hunter Lab32.700661.9873-26.6049
CIE-Lab39.059068.9233-31.1826

#ab0190 color RGB value is (171,1,144).

#ab0190 hex color red value is 171, green value is 1 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ab0190 hue: 0.86 , saturation: 0.99 and the lightness value of ab0190 is 0.34.

The process color (four color CMYK) of #ab0190 color hex is 0.00, 0.99, 0.16, 0.33. Web safe color of #ab0190 is #990099. Color #ab0190 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000001 10010000
Octal 253 1 220
Decimal 171 1 144
Hex AB 1 90

RGB Percentages of Color #ab0190

%54.11
%0.32
%45.57

CMYK Percentages of Color #ab0190

%0
%99
%16
%33

Triadic Colors of #ab0190

#ab0190 #90ab01 #0190ab

Analogous Colors of #ab0190

#ab0190 #ab013b #7101ab

Monochromatic Colors of #ab0190

#ab0190

Complementary Color

#ab0190 #01ab1c

#ab0190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0190 Color CSS Codes

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

#ab0190 Text Font Color

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

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


#ab0190 Background Color

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

This div background color is #ab0190


#ab0190 Border Color

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

This div border color is #ab0190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0190


Comments

No comments written yet.

Please login to write comment.