Color Hex Logo

#ad12dd Color Hex

#AD12DD
(173,18,221)
0 Favorites   0 Comments

Color spaces of #ad12dd

RGB 17318221
HSL0.790.850.47
HSV286°92°87°
CMYK 0.220.920.00   0.13
XYZ30.501014.537369.6050
Yxy14.53730.26610.1268
Hunter Lab38.127876.0705-81.5486
CIE-Lab44.993879.4126-67.1269

#ad12dd color RGB value is (173,18,221).

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

The process color (four color CMYK) of #ad12dd color hex is 0.22, 0.92, 0.00, 0.13. Web safe color of #ad12dd is #9900cc. Color #ad12dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 11011101
Octal 255 22 335
Decimal 173 18 221
Hex AD 12 DD

RGB Percentages of Color #ad12dd

%41.99
%4.37
%53.64

CMYK Percentages of Color #ad12dd

%22
%92
%0
%13

Triadic Colors of #ad12dd

#ad12dd #ddad12 #12ddad

Analogous Colors of #ad12dd

#ad12dd #dd12a8 #4812dd

Monochromatic Colors of #ad12dd

#ad12dd

Complementary Color

#ad12dd #42dd12

#ad12dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad12dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad12dd Color CSS Codes

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

#ad12dd Text Font Color

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

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


#ad12dd Background Color

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

This div background color is #ad12dd


#ad12dd Border Color

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

This div border color is #ad12dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad12dd


Comments

No comments written yet.

Please login to write comment.