Color Hex Logo

#ad8cda Color Hex

#AD8CDA
(173,140,218)
0 Favorites   0 Comments

Color spaces of #ad8cda

RGB 173140218
HSL0.740.510.70
HSV265°36°85°
CMYK 0.210.360.00   0.15
XYZ39.266632.702470.5723
Yxy32.70240.27550.2294
Hunter Lab57.186022.4910-33.1386
CIE-Lab63.919227.9109-35.2914

#ad8cda color RGB value is (173,140,218).

#ad8cda hex color red value is 173, green value is 140 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ad8cda hue: 0.74 , saturation: 0.51 and the lightness value of ad8cda is 0.70.

The process color (four color CMYK) of #ad8cda color hex is 0.21, 0.36, 0.00, 0.15. Web safe color of #ad8cda is #9999cc. Color #ad8cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001100 11011010
Octal 255 214 332
Decimal 173 140 218
Hex AD 8C DA

RGB Percentages of Color #ad8cda

%32.58
%26.37
%41.05

CMYK Percentages of Color #ad8cda

%21
%36
%0
%15

Triadic Colors of #ad8cda

#ad8cda #daad8c #8cdaad

Analogous Colors of #ad8cda

#ad8cda #d48cda #8c92da

Monochromatic Colors of #ad8cda

#ad8cda

Complementary Color

#ad8cda #b9da8c

#ad8cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8cda Color CSS Codes

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

#ad8cda Text Font Color

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

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


#ad8cda Background Color

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

This div background color is #ad8cda


#ad8cda Border Color

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

This div border color is #ad8cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8cda


Comments

No comments written yet.

Please login to write comment.