Color Hex Logo

#ad18da Color Hex

#AD18DA
(173,24,218)
0 Favorites   0 Comments

Color spaces of #ad18da

RGB 17324218
HSL0.790.800.47
HSV286°89°85°
CMYK 0.210.890.00   0.15
XYZ30.215114.599567.5551
Yxy14.59950.26890.1299
Hunter Lab38.209374.2878-78.0799
CIE-Lab45.080777.9653-65.2689

#ad18da color RGB value is (173,24,218).

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

The process color (four color CMYK) of #ad18da color hex is 0.21, 0.89, 0.00, 0.15. Web safe color of #ad18da is #9900cc. Color #ad18da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011000 11011010
Octal 255 30 332
Decimal 173 24 218
Hex AD 18 DA

RGB Percentages of Color #ad18da

%41.69
%5.78
%52.53

CMYK Percentages of Color #ad18da

%21
%89
%0
%15

Triadic Colors of #ad18da

#ad18da #daad18 #18daad

Analogous Colors of #ad18da

#ad18da #da18a6 #4c18da

Monochromatic Colors of #ad18da

#ad18da

Complementary Color

#ad18da #45da18

#ad18da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad18da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad18da Color CSS Codes

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

#ad18da Text Font Color

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

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


#ad18da Background Color

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

This div background color is #ad18da


#ad18da Border Color

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

This div border color is #ad18da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad18da


Comments

No comments written yet.

Please login to write comment.