Color Hex Logo

#ad84c0 Color Hex

#AD84C0
(173,132,192)
0 Favorites   0 Comments

Color spaces of #ad84c0

RGB 173132192
HSL0.780.320.64
HSV281°31°75°
CMYK 0.100.310.00   0.25
XYZ34.999329.192553.6592
Yxy29.19250.29700.2477
Hunter Lab54.030121.0751-21.0620
CIE-Lab60.951126.6939-25.3017

#ad84c0 color RGB value is (173,132,192).

#ad84c0 hex color red value is 173, green value is 132 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #ad84c0 hue: 0.78 , saturation: 0.32 and the lightness value of ad84c0 is 0.64.

The process color (four color CMYK) of #ad84c0 color hex is 0.10, 0.31, 0.00, 0.25. Web safe color of #ad84c0 is #9999cc. Color #ad84c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000100 11000000
Octal 255 204 300
Decimal 173 132 192
Hex AD 84 C0

RGB Percentages of Color #ad84c0

%34.81
%26.56
%38.63

CMYK Percentages of Color #ad84c0

%10
%31
%0
%25

Triadic Colors of #ad84c0

#ad84c0 #c0ad84 #84c0ad

Analogous Colors of #ad84c0

#ad84c0 #c084b5 #8f84c0

Monochromatic Colors of #ad84c0

#ad84c0

Complementary Color

#ad84c0 #97c084

#ad84c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad84c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad84c0 Color CSS Codes

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

#ad84c0 Text Font Color

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

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


#ad84c0 Background Color

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

This div background color is #ad84c0


#ad84c0 Border Color

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

This div border color is #ad84c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad84c0


Comments

No comments written yet.

Please login to write comment.