Color Hex Logo

#ad89fc Color Hex

#AD89FC
(173,137,252)
0 Favorites   0 Comments

Color spaces of #ad89fc

RGB 173137252
HSL0.720.950.76
HSV259°46°99°
CMYK 0.310.460.00   0.01
XYZ43.749933.803896.3144
Yxy33.80380.25160.1944
Hunter Lab58.141032.5707-57.5190
CIE-Lab64.806537.7513-52.6662

#ad89fc color RGB value is (173,137,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001001 11111100
Octal 255 211 374
Decimal 173 137 252
Hex AD 89 FC

RGB Percentages of Color #ad89fc

%30.78
%24.38
%44.84

CMYK Percentages of Color #ad89fc

%31
%46
%0
%1

Triadic Colors of #ad89fc

#ad89fc #fcad89 #89fcad

Analogous Colors of #ad89fc

#ad89fc #e789fc #899ffc

Monochromatic Colors of #ad89fc

#ad89fc

Complementary Color

#ad89fc #d8fc89

#ad89fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad89fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad89fc Color CSS Codes

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

#ad89fc Text Font Color

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

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


#ad89fc Background Color

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

This div background color is #ad89fc


#ad89fc Border Color

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

This div border color is #ad89fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad89fc


Comments

No comments written yet.

Please login to write comment.