Color Hex Logo

#ab18de Color Hex

#AB18DE
(171,24,222)
0 Favorites   0 Comments

Color spaces of #ab18de

RGB 17124222
HSL0.790.800.48
HSV285°89°87°
CMYK 0.230.890.00   0.13
XYZ30.306014.585170.3251
Yxy14.58510.26300.1266
Hunter Lab38.190474.8153-82.4452
CIE-Lab45.060678.3937-67.6039

#ab18de color RGB value is (171,24,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011000 11011110
Octal 253 30 336
Decimal 171 24 222
Hex AB 18 DE

RGB Percentages of Color #ab18de

%41.01
%5.76
%53.24

CMYK Percentages of Color #ab18de

%23
%89
%0
%13

Triadic Colors of #ab18de

#ab18de #deab18 #18deab

Analogous Colors of #ab18de

#ab18de #de18ae #4818de

Monochromatic Colors of #ab18de

#ab18de

Complementary Color

#ab18de #4bde18

#ab18de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab18de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab18de Color CSS Codes

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

#ab18de Text Font Color

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

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


#ab18de Background Color

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

This div background color is #ab18de


#ab18de Border Color

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

This div border color is #ab18de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab18de


Comments

No comments written yet.

Please login to write comment.