Color Hex Logo

#ab1add Color Hex

#AB1ADD
(171,26,221)
0 Favorites   0 Comments

Color spaces of #ab1add

RGB 17126221
HSL0.790.790.48
HSV285°88°87°
CMYK 0.230.880.00   0.13
XYZ30.215114.617269.6355
Yxy14.61720.26400.1277
Hunter Lab38.232474.1618-81.2264
CIE-Lab45.105477.8589-66.9598

#ab1add color RGB value is (171,26,221).

#ab1add hex color red value is 171, green value is 26 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ab1add hue: 0.79 , saturation: 0.79 and the lightness value of ab1add is 0.48.

The process color (four color CMYK) of #ab1add color hex is 0.23, 0.88, 0.00, 0.13. Web safe color of #ab1add is #9933cc. Color #ab1add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011010 11011101
Octal 253 32 335
Decimal 171 26 221
Hex AB 1A DD

RGB Percentages of Color #ab1add

%40.91
%6.22
%52.87

CMYK Percentages of Color #ab1add

%23
%88
%0
%13

Triadic Colors of #ab1add

#ab1add #ddab1a #1addab

Analogous Colors of #ab1add

#ab1add #dd1aae #4a1add

Monochromatic Colors of #ab1add

#ab1add

Complementary Color

#ab1add #4cdd1a

#ab1add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1add Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1add Color CSS Codes

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

#ab1add Text Font Color

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

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


#ab1add Background Color

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

This div background color is #ab1add


#ab1add Border Color

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

This div border color is #ab1add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1add


Comments

No comments written yet.

Please login to write comment.