Color Hex Logo

#ab49dc Color Hex

#AB49DC
(171,73,220)
0 Favorites   0 Comments

Color spaces of #ab49dc

RGB 17173220
HSL0.780.680.57
HSV280°67°86°
CMYK 0.220.670.00   0.14
XYZ32.095418.590369.6068
Yxy18.59030.26680.1545
Hunter Lab43.116557.4195-65.5357
CIE-Lab50.204462.8170-58.1447

#ab49dc color RGB value is (171,73,220).

#ab49dc hex color red value is 171, green value is 73 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ab49dc hue: 0.78 , saturation: 0.68 and the lightness value of ab49dc is 0.57.

The process color (four color CMYK) of #ab49dc color hex is 0.22, 0.67, 0.00, 0.14. Web safe color of #ab49dc is #9933cc. Color #ab49dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001001 11011100
Octal 253 111 334
Decimal 171 73 220
Hex AB 49 DC

RGB Percentages of Color #ab49dc

%36.85
%15.73
%47.41

CMYK Percentages of Color #ab49dc

%22
%67
%0
%14

Triadic Colors of #ab49dc

#ab49dc #dcab49 #49dcab

Analogous Colors of #ab49dc

#ab49dc #dc49c4 #6149dc

Monochromatic Colors of #ab49dc

#ab49dc

Complementary Color

#ab49dc #7adc49

#ab49dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab49dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab49dc Color CSS Codes

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

#ab49dc Text Font Color

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

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


#ab49dc Background Color

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

This div background color is #ab49dc


#ab49dc Border Color

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

This div border color is #ab49dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab49dc


Comments

No comments written yet.

Please login to write comment.