Color Hex Logo

#ab73df Color Hex

#AB73DF
(171,115,223)
0 Favorites   0 Comments

Color spaces of #ab73df

RGB 171115223
HSL0.750.630.66
HSV271°48°87°
CMYK 0.230.480.00   0.13
XYZ36.244626.247172.9679
Yxy26.24710.26760.1938
Hunter Lab51.231936.6260-48.5824
CIE-Lab58.270942.4479-46.9666

#ab73df color RGB value is (171,115,223).

#ab73df hex color red value is 171, green value is 115 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ab73df hue: 0.75 , saturation: 0.63 and the lightness value of ab73df is 0.66.

The process color (four color CMYK) of #ab73df color hex is 0.23, 0.48, 0.00, 0.13. Web safe color of #ab73df is #9966cc. Color #ab73df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110011 11011111
Octal 253 163 337
Decimal 171 115 223
Hex AB 73 DF

RGB Percentages of Color #ab73df

%33.60
%22.59
%43.81

CMYK Percentages of Color #ab73df

%23
%48
%0
%13

Triadic Colors of #ab73df

#ab73df #dfab73 #73dfab

Analogous Colors of #ab73df

#ab73df #df73dd #7573df

Monochromatic Colors of #ab73df

#ab73df

Complementary Color

#ab73df #a7df73

#ab73df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab73df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab73df Color CSS Codes

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

#ab73df Text Font Color

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

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


#ab73df Background Color

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

This div background color is #ab73df


#ab73df Border Color

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

This div border color is #ab73df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,115,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ab73df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ab73df;
  -webkit-box-shadow: 1px 1px 3px 2px #ab73df;
  box-shadow:         1px 1px 3px 2px #ab73df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,115,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab73df


Comments

No comments written yet.

Please login to write comment.