Color Hex Logo

#ab18dd Color Hex

#AB18DD
(171,24,221)
0 Favorites   0 Comments

Color spaces of #ab18dd

RGB 17124221
HSL0.790.800.48
HSV285°89°87°
CMYK 0.230.890.00   0.13
XYZ30.172414.531769.6212
Yxy14.53170.26390.1271
Hunter Lab38.120574.5722-81.5998
CIE-Lab44.986078.2126-67.1538

#ab18dd color RGB value is (171,24,221).

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

The process color (four color CMYK) of #ab18dd color hex is 0.23, 0.89, 0.00, 0.13. Web safe color of #ab18dd is #9900cc. Color #ab18dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011000 11011101
Octal 253 30 335
Decimal 171 24 221
Hex AB 18 DD

RGB Percentages of Color #ab18dd

%41.11
%5.77
%53.13

CMYK Percentages of Color #ab18dd

%23
%89
%0
%13

Triadic Colors of #ab18dd

#ab18dd #ddab18 #18ddab

Analogous Colors of #ab18dd

#ab18dd #dd18ad #4918dd

Monochromatic Colors of #ab18dd

#ab18dd

Complementary Color

#ab18dd #4add18

#ab18dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab18dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab18dd Color CSS Codes

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

#ab18dd Text Font Color

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

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


#ab18dd Background Color

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

This div background color is #ab18dd


#ab18dd Border Color

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

This div border color is #ab18dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,24,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 #ab18dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab18dd


Comments

No comments written yet.

Please login to write comment.