Color Hex Logo

#ab47dd Color Hex

#AB47DD
(171,71,221)
0 Favorites   0 Comments

Color spaces of #ab47dd

RGB 17171221
HSL0.780.690.57
HSV280°68°87°
CMYK 0.230.680.00   0.13
XYZ32.099018.384970.2634
Yxy18.38490.26580.1523
Hunter Lab42.877658.5927-67.1440
CIE-Lab49.959763.8849-59.1067

#ab47dd color RGB value is (171,71,221).

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

The process color (four color CMYK) of #ab47dd color hex is 0.23, 0.68, 0.00, 0.13. Web safe color of #ab47dd is #9933cc. Color #ab47dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000111 11011101
Octal 253 107 335
Decimal 171 71 221
Hex AB 47 DD

RGB Percentages of Color #ab47dd

%36.93
%15.33
%47.73

CMYK Percentages of Color #ab47dd

%23
%68
%0
%13

Triadic Colors of #ab47dd

#ab47dd #ddab47 #47ddab

Analogous Colors of #ab47dd

#ab47dd #dd47c4 #6047dd

Monochromatic Colors of #ab47dd

#ab47dd

Complementary Color

#ab47dd #79dd47

#ab47dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab47dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab47dd Color CSS Codes

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

#ab47dd Text Font Color

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

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


#ab47dd Background Color

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

This div background color is #ab47dd


#ab47dd Border Color

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

This div border color is #ab47dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab47dd


Comments

No comments written yet.

Please login to write comment.