color codes Logo

#ad89fb color codes

#AD89FB
(173,137,251)
0 Favorites   0 Comments

Color spaces of #ad89fb

RGB 173137251
HSL0.720.930.76
HSV259°45°98°
CMYK 0.310.450.00   0.02
XYZ43.591833.740695.4818
Yxy33.74060.25220.1952
Hunter Lab58.086732.3057-56.7992
CIE-Lab64.756137.5029-52.1983

#ad89fb color RGB value is (173,137,251).

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

The process color (four color CMYK) of #ad89fb color code is 0.31, 0.45, 0.00, 0.02. Web safe color of #ad89fb is #9999ff. Color #ad89fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001001 11111011
Octal 255 211 373
Decimal 173 137 251
Hex AD 89 FB

RGB Percentages of Color #ad89fb

%30.84
%24.42
%44.74

CMYK Percentages of Color #ad89fb

%31
%45
%0
%2

Triadic Colors of #ad89fb

#ad89fb #fbad89 #89fbad

Analogous Colors of #ad89fb

#ad89fb #e689fb #899efb

Monochromatic Colors of #ad89fb

#ad89fb

Complementary Color

#ad89fb #d7fb89

#ad89fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad89fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad89fb Color CSS Codes

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

#ad89fb Text Font Color

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

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


#ad89fb Background Color

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

This div background color is #ad89fb


#ad89fb Border Color

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

This div border color is #ad89fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad89fb


Comments

No comments written yet.

Please login to write comment.