Color Hex Logo

#ab73dc Color Hex

#AB73DC
(171,115,220)
0 Favorites   0 Comments

Color spaces of #ab73dc

RGB 171115220
HSL0.760.600.66
HSV272°48°86°
CMYK 0.220.480.00   0.14
XYZ35.843626.086770.8562
Yxy26.08670.26990.1965
Hunter Lab51.075135.8865-46.5000
CIE-Lab58.119341.7593-45.5231

#ab73dc color RGB value is (171,115,220).

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

The process color (four color CMYK) of #ab73dc color hex is 0.22, 0.48, 0.00, 0.14. Web safe color of #ab73dc is #9966cc. Color #ab73dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110011 11011100
Octal 253 163 334
Decimal 171 115 220
Hex AB 73 DC

RGB Percentages of Color #ab73dc

%33.79
%22.73
%43.48

CMYK Percentages of Color #ab73dc

%22
%48
%0
%14

Triadic Colors of #ab73dc

#ab73dc #dcab73 #73dcab

Analogous Colors of #ab73dc

#ab73dc #dc73d9 #7773dc

Monochromatic Colors of #ab73dc

#ab73dc

Complementary Color

#ab73dc #a4dc73

#ab73dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab73dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab73dc Color CSS Codes

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

#ab73dc Text Font Color

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

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


#ab73dc Background Color

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

This div background color is #ab73dc


#ab73dc Border Color

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

This div border color is #ab73dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab73dc


Comments

No comments written yet.

Please login to write comment.