Color Hex Logo

#ab77eb Color Hex

#AB77EB
(171,119,235)
0 Favorites   0 Comments

Color spaces of #ab77eb

RGB 171119235
HSL0.740.740.69
HSV267°49°92°
CMYK 0.270.490.00   0.08
XYZ38.386827.849781.9496
Yxy27.84970.25900.1879
Hunter Lab52.772837.4880-55.1290
CIE-Lab59.752743.0677-51.3168

#ab77eb color RGB value is (171,119,235).

#ab77eb hex color red value is 171, green value is 119 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ab77eb hue: 0.74 , saturation: 0.74 and the lightness value of ab77eb is 0.69.

The process color (four color CMYK) of #ab77eb color hex is 0.27, 0.49, 0.00, 0.08. Web safe color of #ab77eb is #9966ff. Color #ab77eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110111 11101011
Octal 253 167 353
Decimal 171 119 235
Hex AB 77 EB

RGB Percentages of Color #ab77eb

%32.57
%22.67
%44.76

CMYK Percentages of Color #ab77eb

%27
%49
%0
%8

Triadic Colors of #ab77eb

#ab77eb #ebab77 #77ebab

Analogous Colors of #ab77eb

#ab77eb #e577eb #777deb

Monochromatic Colors of #ab77eb

#ab77eb

Complementary Color

#ab77eb #b7eb77

#ab77eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab77eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab77eb Color CSS Codes

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

#ab77eb Text Font Color

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

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


#ab77eb Background Color

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

This div background color is #ab77eb


#ab77eb Border Color

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

This div border color is #ab77eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab77eb


Comments

No comments written yet.

Please login to write comment.