Color Hex Logo

#ad7ecd Color Hex

#AD7ECD
(173,126,205)
0 Favorites   0 Comments

Color spaces of #ad7ecd

RGB 173126205
HSL0.770.440.65
HSV276°39°80°
CMYK 0.160.390.00   0.20
XYZ35.713928.213761.3211
Yxy28.21370.28510.2253
Hunter Lab53.116627.0638-31.2665
CIE-Lab60.081332.8659-33.9885

#ad7ecd color RGB value is (173,126,205).

#ad7ecd hex color red value is 173, green value is 126 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ad7ecd hue: 0.77 , saturation: 0.44 and the lightness value of ad7ecd is 0.65.

The process color (four color CMYK) of #ad7ecd color hex is 0.16, 0.39, 0.00, 0.20. Web safe color of #ad7ecd is #9966cc. Color #ad7ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111110 11001101
Octal 255 176 315
Decimal 173 126 205
Hex AD 7E CD

RGB Percentages of Color #ad7ecd

%34.33
%25.00
%40.67

CMYK Percentages of Color #ad7ecd

%16
%39
%0
%20

Triadic Colors of #ad7ecd

#ad7ecd #cdad7e #7ecdad

Analogous Colors of #ad7ecd

#ad7ecd #cd7ec6 #867ecd

Monochromatic Colors of #ad7ecd

#ad7ecd

Complementary Color

#ad7ecd #9ecd7e

#ad7ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7ecd Color CSS Codes

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

#ad7ecd Text Font Color

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

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


#ad7ecd Background Color

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

This div background color is #ad7ecd


#ad7ecd Border Color

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

This div border color is #ad7ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7ecd


Comments

No comments written yet.

Please login to write comment.