Color Hex Logo

#ad0cda Color Hex

#AD0CDA
(173,12,218)
0 Favorites   0 Comments

Color spaces of #ad0cda

RGB 17312218
HSL0.800.900.45
HSV287°94°85°
CMYK 0.210.940.00   0.15
XYZ30.019914.209167.4901
Yxy14.20910.26870.1272
Hunter Lab37.695076.1895-79.7680
CIE-Lab44.531379.5968-66.1614

#ad0cda color RGB value is (173,12,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001100 11011010
Octal 255 14 332
Decimal 173 12 218
Hex AD C DA

RGB Percentages of Color #ad0cda

%42.93
%2.98
%54.09

CMYK Percentages of Color #ad0cda

%21
%94
%0
%15

Triadic Colors of #ad0cda

#ad0cda #daad0c #0cdaad

Analogous Colors of #ad0cda

#ad0cda #da0ca0 #460cda

Monochromatic Colors of #ad0cda

#ad0cda

Complementary Color

#ad0cda #39da0c

#ad0cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0cda Color CSS Codes

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

#ad0cda Text Font Color

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

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


#ad0cda Background Color

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

This div background color is #ad0cda


#ad0cda Border Color

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

This div border color is #ad0cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0cda


Comments

No comments written yet.

Please login to write comment.