Color Hex Logo

#ab47dc Color Hex

#AB47DC
(171,71,220)
0 Favorites   0 Comments

Color spaces of #ab47dc

RGB 17171220
HSL0.780.680.57
HSV280°68°86°
CMYK 0.220.680.00   0.14
XYZ31.966118.331769.5637
Yxy18.33170.26670.1529
Hunter Lab42.815558.3410-66.3594
CIE-Lab49.896063.6782-58.6409

#ab47dc color RGB value is (171,71,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000111 11011100
Octal 253 107 334
Decimal 171 71 220
Hex AB 47 DC

RGB Percentages of Color #ab47dc

%37.01
%15.37
%47.62

CMYK Percentages of Color #ab47dc

%22
%68
%0
%14

Triadic Colors of #ab47dc

#ab47dc #dcab47 #47dcab

Analogous Colors of #ab47dc

#ab47dc #dc47c3 #6147dc

Monochromatic Colors of #ab47dc

#ab47dc

Complementary Color

#ab47dc #78dc47

#ab47dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab47dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab47dc Color CSS Codes

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

#ab47dc Text Font Color

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

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


#ab47dc Background Color

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

This div background color is #ab47dc


#ab47dc Border Color

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

This div border color is #ab47dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab47dc


Comments

No comments written yet.

Please login to write comment.