Color Hex Logo

#ab47bf Color Hex

#AB47BF
(171,71,191)
0 Favorites   0 Comments

Color spaces of #ab47bf

RGB 17171191
HSL0.810.480.51
HSV290°63°75°
CMYK 0.100.630.00   0.25
XYZ28.451816.926051.0577
Yxy16.92600.29500.1755
Hunter Lab41.141251.4471-44.7821
CIE-Lab48.166757.8921-44.7485

#ab47bf color RGB value is (171,71,191).

#ab47bf hex color red value is 171, green value is 71 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ab47bf hue: 0.81 , saturation: 0.48 and the lightness value of ab47bf is 0.51.

The process color (four color CMYK) of #ab47bf color hex is 0.10, 0.63, 0.00, 0.25. Web safe color of #ab47bf is #9933cc. Color #ab47bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000111 10111111
Octal 253 107 277
Decimal 171 71 191
Hex AB 47 BF

RGB Percentages of Color #ab47bf

%39.49
%16.40
%44.11

CMYK Percentages of Color #ab47bf

%10
%63
%0
%25

Triadic Colors of #ab47bf

#ab47bf #bfab47 #47bfab

Analogous Colors of #ab47bf

#ab47bf #bf4797 #6f47bf

Monochromatic Colors of #ab47bf

#ab47bf

Complementary Color

#ab47bf #5bbf47

#ab47bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab47bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab47bf Color CSS Codes

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

#ab47bf Text Font Color

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

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


#ab47bf Background Color

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

This div background color is #ab47bf


#ab47bf Border Color

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

This div border color is #ab47bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab47bf


Comments

No comments written yet.

Please login to write comment.