Color Hex Logo

#ad84ca Color Hex

#AD84CA
(173,132,202)
0 Favorites   0 Comments

Color spaces of #ad84ca

RGB 173132202
HSL0.760.400.65
HSV275°35°79°
CMYK 0.140.350.00   0.21
XYZ36.145529.651059.6953
Yxy29.65100.28800.2363
Hunter Lab54.452723.1953-26.8814
CIE-Lab61.351928.8367-30.3251

#ad84ca color RGB value is (173,132,202).

#ad84ca hex color red value is 173, green value is 132 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ad84ca hue: 0.76 , saturation: 0.40 and the lightness value of ad84ca is 0.65.

The process color (four color CMYK) of #ad84ca color hex is 0.14, 0.35, 0.00, 0.21. Web safe color of #ad84ca is #9999cc. Color #ad84ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000100 11001010
Octal 255 204 312
Decimal 173 132 202
Hex AD 84 CA

RGB Percentages of Color #ad84ca

%34.12
%26.04
%39.84

CMYK Percentages of Color #ad84ca

%14
%35
%0
%21

Triadic Colors of #ad84ca

#ad84ca #caad84 #84caad

Analogous Colors of #ad84ca

#ad84ca #ca84c4 #8a84ca

Monochromatic Colors of #ad84ca

#ad84ca

Complementary Color

#ad84ca #a1ca84

#ad84ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad84ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad84ca Color CSS Codes

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

#ad84ca Text Font Color

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

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


#ad84ca Background Color

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

This div background color is #ad84ca


#ad84ca Border Color

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

This div border color is #ad84ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad84ca


Comments

No comments written yet.

Please login to write comment.