Color Hex Logo

#ad87fc Color Hex

#AD87FC
(173,135,252)
0 Favorites   0 Comments

Color spaces of #ad87fc

RGB 173135252
HSL0.720.950.76
HSV259°46°99°
CMYK 0.310.460.00   0.01
XYZ43.468233.240596.2205
Yxy33.24050.25140.1922
Hunter Lab57.654633.6831-58.5917
CIE-Lab64.355238.8665-53.3820

#ad87fc color RGB value is (173,135,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000111 11111100
Octal 255 207 374
Decimal 173 135 252
Hex AD 87 FC

RGB Percentages of Color #ad87fc

%30.89
%24.11
%45.00

CMYK Percentages of Color #ad87fc

%31
%46
%0
%1

Triadic Colors of #ad87fc

#ad87fc #fcad87 #87fcad

Analogous Colors of #ad87fc

#ad87fc #e887fc #879cfc

Monochromatic Colors of #ad87fc

#ad87fc

Complementary Color

#ad87fc #d6fc87

#ad87fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad87fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad87fc Color CSS Codes

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

#ad87fc Text Font Color

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

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


#ad87fc Background Color

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

This div background color is #ad87fc


#ad87fc Border Color

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

This div border color is #ad87fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad87fc


Comments

No comments written yet.

Please login to write comment.