Color Hex Logo

#ab77dc Color Hex

#AB77DC
(171,119,220)
0 Favorites   0 Comments

Color spaces of #ab77dc

RGB 171119220
HSL0.750.590.66
HSV271°46°86°
CMYK 0.220.460.00   0.14
XYZ36.309727.018971.0116
Yxy27.01890.27030.2011
Hunter Lab51.979733.7242-44.6127
CIE-Lab58.991839.5573-44.1453

#ab77dc color RGB value is (171,119,220).

#ab77dc hex color red value is 171, green value is 119 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ab77dc hue: 0.75 , saturation: 0.59 and the lightness value of ab77dc is 0.66.

The process color (four color CMYK) of #ab77dc color hex is 0.22, 0.46, 0.00, 0.14. Web safe color of #ab77dc is #9966cc. Color #ab77dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110111 11011100
Octal 253 167 334
Decimal 171 119 220
Hex AB 77 DC

RGB Percentages of Color #ab77dc

%33.53
%23.33
%43.14

CMYK Percentages of Color #ab77dc

%22
%46
%0
%14

Triadic Colors of #ab77dc

#ab77dc #dcab77 #77dcab

Analogous Colors of #ab77dc

#ab77dc #dc77db #7977dc

Monochromatic Colors of #ab77dc

#ab77dc

Complementary Color

#ab77dc #a8dc77

#ab77dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab77dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab77dc Color CSS Codes

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

#ab77dc Text Font Color

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

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


#ab77dc Background Color

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

This div background color is #ab77dc


#ab77dc Border Color

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

This div border color is #ab77dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab77dc


Comments

No comments written yet.

Please login to write comment.