Color Hex Logo

#ad82cf Color Hex

#AD82CF
(173,130,207)
0 Favorites   0 Comments

Color spaces of #ad82cf

RGB 173130207
HSL0.760.450.66
HSV274°37°81°
CMYK 0.160.370.00   0.19
XYZ36.478729.354562.7748
Yxy29.35450.28360.2282
Hunter Lab54.179825.3676-30.7698
CIE-Lab61.093231.0615-33.5388

#ad82cf color RGB value is (173,130,207).

#ad82cf hex color red value is 173, green value is 130 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ad82cf hue: 0.76 , saturation: 0.45 and the lightness value of ad82cf is 0.66.

The process color (four color CMYK) of #ad82cf color hex is 0.16, 0.37, 0.00, 0.19. Web safe color of #ad82cf is #9999cc. Color #ad82cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000010 11001111
Octal 255 202 317
Decimal 173 130 207
Hex AD 82 CF

RGB Percentages of Color #ad82cf

%33.92
%25.49
%40.59

CMYK Percentages of Color #ad82cf

%16
%37
%0
%19

Triadic Colors of #ad82cf

#ad82cf #cfad82 #82cfad

Analogous Colors of #ad82cf

#ad82cf #cf82cb #8782cf

Monochromatic Colors of #ad82cf

#ad82cf

Complementary Color

#ad82cf #a4cf82

#ad82cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad82cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad82cf Color CSS Codes

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

#ad82cf Text Font Color

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

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


#ad82cf Background Color

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

This div background color is #ad82cf


#ad82cf Border Color

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

This div border color is #ad82cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad82cf


Comments

No comments written yet.

Please login to write comment.