Color Hex Logo

#ad84fc Color Hex

#AD84FC
(173,132,252)
0 Favorites   0 Comments

Color spaces of #ad84fc

RGB 173132252
HSL0.720.950.75
HSV261°48°99°
CMYK 0.310.480.00   0.01
XYZ43.055532.415096.0829
Yxy32.41500.25100.1889
Hunter Lab56.934235.3528-60.2047
CIE-Lab63.684440.5347-54.4470

#ad84fc color RGB value is (173,132,252).

#ad84fc hex color red value is 173, green value is 132 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ad84fc hue: 0.72 , saturation: 0.95 and the lightness value of ad84fc is 0.75.

The process color (four color CMYK) of #ad84fc color hex is 0.31, 0.48, 0.00, 0.01. Web safe color of #ad84fc is #9999ff. Color #ad84fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000100 11111100
Octal 255 204 374
Decimal 173 132 252
Hex AD 84 FC

RGB Percentages of Color #ad84fc

%31.06
%23.70
%45.24

CMYK Percentages of Color #ad84fc

%31
%48
%0
%1

Triadic Colors of #ad84fc

#ad84fc #fcad84 #84fcad

Analogous Colors of #ad84fc

#ad84fc #e984fc #8497fc

Monochromatic Colors of #ad84fc

#ad84fc

Complementary Color

#ad84fc #d3fc84

#ad84fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad84fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad84fc Color CSS Codes

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

#ad84fc Text Font Color

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

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


#ad84fc Background Color

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

This div background color is #ad84fc


#ad84fc Border Color

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

This div border color is #ad84fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad84fc


Comments

No comments written yet.

Please login to write comment.