Color Hex Logo

#ab47be Color Hex

#AB47BE
(171,71,190)
0 Favorites   0 Comments

Color spaces of #ab47be

RGB 17171190
HSL0.810.480.51
HSV290°63°75°
CMYK 0.100.630.00   0.25
XYZ28.342116.882150.4800
Yxy16.88210.29610.1764
Hunter Lab41.087851.2243-44.0815
CIE-Lab48.111157.7010-44.2560

#ab47be color RGB value is (171,71,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000111 10111110
Octal 253 107 276
Decimal 171 71 190
Hex AB 47 BE

RGB Percentages of Color #ab47be

%39.58
%16.44
%43.98

CMYK Percentages of Color #ab47be

%10
%63
%0
%25

Triadic Colors of #ab47be

#ab47be #beab47 #47beab

Analogous Colors of #ab47be

#ab47be #be4796 #7047be

Monochromatic Colors of #ab47be

#ab47be

Complementary Color

#ab47be #5abe47

#ab47be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab47be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab47be Color CSS Codes

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

#ab47be Text Font Color

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

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


#ab47be Background Color

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

This div background color is #ab47be


#ab47be Border Color

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

This div border color is #ab47be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab47be


Comments

No comments written yet.

Please login to write comment.