Color Hex Logo

#ab47fa Color Hex

#AB47FA
(171,71,250)
0 Favorites   0 Comments

Color spaces of #ab47fa

RGB 17171250
HSL0.760.950.63
HSV274°72°98°
CMYK 0.320.720.00   0.02
XYZ36.303120.066592.4023
Yxy20.06650.24400.1349
Hunter Lab44.795666.2668-90.9436
CIE-Lab51.912370.0504-72.2622

#ab47fa color RGB value is (171,71,250).

#ab47fa hex color red value is 171, green value is 71 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ab47fa hue: 0.76 , saturation: 0.95 and the lightness value of ab47fa is 0.63.

The process color (four color CMYK) of #ab47fa color hex is 0.32, 0.72, 0.00, 0.02. Web safe color of #ab47fa is #9933ff. Color #ab47fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000111 11111010
Octal 253 107 372
Decimal 171 71 250
Hex AB 47 FA

RGB Percentages of Color #ab47fa

%34.76
%14.43
%50.81

CMYK Percentages of Color #ab47fa

%32
%72
%0
%2

Triadic Colors of #ab47fa

#ab47fa #faab47 #47faab

Analogous Colors of #ab47fa

#ab47fa #fa47f0 #5147fa

Monochromatic Colors of #ab47fa

#ab47fa

Complementary Color

#ab47fa #96fa47

#ab47fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab47fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab47fa Color CSS Codes

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

#ab47fa Text Font Color

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

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


#ab47fa Background Color

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

This div background color is #ab47fa


#ab47fa Border Color

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

This div border color is #ab47fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab47fa


Comments

No comments written yet.

Please login to write comment.