Color Hex Logo

#ad2fcd Color Hex

#AD2FCD
(173,47,205)
0 Favorites   0 Comments

Color spaces of #ad2fcd

RGB 17347205
HSL0.800.630.49
HSV288°77°80°
CMYK 0.160.770.00   0.20
XYZ29.269515.325059.1730
Yxy15.32500.28210.1477
Hunter Lab39.147264.9531-62.2170
CIE-Lab46.076270.0769-56.1838

#ad2fcd color RGB value is (173,47,205).

#ad2fcd hex color red value is 173, green value is 47 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ad2fcd hue: 0.80 , saturation: 0.63 and the lightness value of ad2fcd is 0.49.

The process color (four color CMYK) of #ad2fcd color hex is 0.16, 0.77, 0.00, 0.20. Web safe color of #ad2fcd is #9933cc. Color #ad2fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101111 11001101
Octal 255 57 315
Decimal 173 47 205
Hex AD 2F CD

RGB Percentages of Color #ad2fcd

%40.71
%11.06
%48.24

CMYK Percentages of Color #ad2fcd

%16
%77
%0
%20

Triadic Colors of #ad2fcd

#ad2fcd #cdad2f #2fcdad

Analogous Colors of #ad2fcd

#ad2fcd #cd2f9e #5e2fcd

Monochromatic Colors of #ad2fcd

#ad2fcd

Complementary Color

#ad2fcd #4fcd2f

#ad2fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2fcd Color CSS Codes

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

#ad2fcd Text Font Color

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

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


#ad2fcd Background Color

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

This div background color is #ad2fcd


#ad2fcd Border Color

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

This div border color is #ad2fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2fcd


Comments

No comments written yet.

Please login to write comment.