Color Hex Logo

#ab49eb Color Hex

#AB49EB
(171,73,235)
0 Favorites   0 Comments

Color spaces of #ab49eb

RGB 17173235
HSL0.770.800.60
HSV276°69°92°
CMYK 0.270.690.00   0.08
XYZ34.172519.421280.5448
Yxy19.42120.25480.1448
Hunter Lab44.069561.2914-77.5143
CIE-Lab51.176465.9819-65.0580

#ab49eb color RGB value is (171,73,235).

#ab49eb hex color red value is 171, green value is 73 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ab49eb hue: 0.77 , saturation: 0.80 and the lightness value of ab49eb is 0.60.

The process color (four color CMYK) of #ab49eb color hex is 0.27, 0.69, 0.00, 0.08. Web safe color of #ab49eb is #9933ff. Color #ab49eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001001 11101011
Octal 253 111 353
Decimal 171 73 235
Hex AB 49 EB

RGB Percentages of Color #ab49eb

%35.70
%15.24
%49.06

CMYK Percentages of Color #ab49eb

%27
%69
%0
%8

Triadic Colors of #ab49eb

#ab49eb #ebab49 #49ebab

Analogous Colors of #ab49eb

#ab49eb #eb49da #5a49eb

Monochromatic Colors of #ab49eb

#ab49eb

Complementary Color

#ab49eb #89eb49

#ab49eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab49eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab49eb Color CSS Codes

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

#ab49eb Text Font Color

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

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


#ab49eb Background Color

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

This div background color is #ab49eb


#ab49eb Border Color

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

This div border color is #ab49eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab49eb


Comments

No comments written yet.

Please login to write comment.