Color Hex Logo

#ab4fbe Color Hex

#AB4FBE
(171,79,190)
0 Favorites   0 Comments

Color spaces of #ab4fbe

RGB 17179190
HSL0.800.460.53
HSV290°58°75°
CMYK 0.100.580.00   0.25
XYZ28.884817.967650.6609
Yxy17.96760.29620.1843
Hunter Lab42.388247.4568-41.1896
CIE-Lab49.456854.0194-42.1206

#ab4fbe color RGB value is (171,79,190).

#ab4fbe hex color red value is 171, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ab4fbe hue: 0.80 , saturation: 0.46 and the lightness value of ab4fbe is 0.53.

The process color (four color CMYK) of #ab4fbe color hex is 0.10, 0.58, 0.00, 0.25. Web safe color of #ab4fbe is #9966cc. Color #ab4fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001111 10111110
Octal 253 117 276
Decimal 171 79 190
Hex AB 4F BE

RGB Percentages of Color #ab4fbe

%38.86
%17.95
%43.18

CMYK Percentages of Color #ab4fbe

%10
%58
%0
%25

Triadic Colors of #ab4fbe

#ab4fbe #beab4f #4fbeab

Analogous Colors of #ab4fbe

#ab4fbe #be4f9a #744fbe

Monochromatic Colors of #ab4fbe

#ab4fbe

Complementary Color

#ab4fbe #62be4f

#ab4fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4fbe Color CSS Codes

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

#ab4fbe Text Font Color

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

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


#ab4fbe Background Color

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

This div background color is #ab4fbe


#ab4fbe Border Color

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

This div border color is #ab4fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4fbe


Comments

No comments written yet.

Please login to write comment.