Color Hex Logo

#ab49be Color Hex

#AB49BE
(171,73,190)
0 Favorites   0 Comments

Color spaces of #ab49be

RGB 17173190
HSL0.810.470.52
HSV290°62°75°
CMYK 0.100.620.00   0.25
XYZ28.471417.140750.5231
Yxy17.14070.29620.1783
Hunter Lab41.401350.3009-43.3722
CIE-Lab48.436856.8044-43.7385

#ab49be color RGB value is (171,73,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001001 10111110
Octal 253 111 276
Decimal 171 73 190
Hex AB 49 BE

RGB Percentages of Color #ab49be

%39.40
%16.82
%43.78

CMYK Percentages of Color #ab49be

%10
%62
%0
%25

Triadic Colors of #ab49be

#ab49be #beab49 #49beab

Analogous Colors of #ab49be

#ab49be #be4997 #7149be

Monochromatic Colors of #ab49be

#ab49be

Complementary Color

#ab49be #5cbe49

#ab49be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab49be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab49be Color CSS Codes

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

#ab49be Text Font Color

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

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


#ab49be Background Color

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

This div background color is #ab49be


#ab49be Border Color

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

This div border color is #ab49be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab49be


Comments

No comments written yet.

Please login to write comment.