Color Hex Logo

#ab49bf Color Hex

#AB49BF
(171,73,191)
0 Favorites   0 Comments

Color spaces of #ab49bf

RGB 17173191
HSL0.810.480.52
HSV290°62°75°
CMYK 0.100.620.00   0.25
XYZ28.581117.184651.1008
Yxy17.18460.29510.1774
Hunter Lab41.454350.5236-44.0689
CIE-Lab48.491856.9966-44.2317

#ab49bf color RGB value is (171,73,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001001 10111111
Octal 253 111 277
Decimal 171 73 191
Hex AB 49 BF

RGB Percentages of Color #ab49bf

%39.31
%16.78
%43.91

CMYK Percentages of Color #ab49bf

%10
%62
%0
%25

Triadic Colors of #ab49bf

#ab49bf #bfab49 #49bfab

Analogous Colors of #ab49bf

#ab49bf #bf4998 #7049bf

Monochromatic Colors of #ab49bf

#ab49bf

Complementary Color

#ab49bf #5dbf49

#ab49bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab49bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab49bf Color CSS Codes

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

#ab49bf Text Font Color

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

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


#ab49bf Background Color

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

This div background color is #ab49bf


#ab49bf Border Color

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

This div border color is #ab49bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab49bf


Comments

No comments written yet.

Please login to write comment.