Color Hex Logo

#ab77db Color Hex

#AB77DB
(171,119,219)
0 Favorites   0 Comments

Color spaces of #ab77db

RGB 171119219
HSL0.750.580.66
HSV271°46°86°
CMYK 0.220.460.00   0.14
XYZ36.177626.966170.3160
Yxy26.96610.27110.2021
Hunter Lab51.928933.4811-43.9333
CIE-Lab58.942939.3275-43.6614

#ab77db color RGB value is (171,119,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110111 11011011
Octal 253 167 333
Decimal 171 119 219
Hex AB 77 DB

RGB Percentages of Color #ab77db

%33.60
%23.38
%43.03

CMYK Percentages of Color #ab77db

%22
%46
%0
%14

Triadic Colors of #ab77db

#ab77db #dbab77 #77dbab

Analogous Colors of #ab77db

#ab77db #db77d9 #7977db

Monochromatic Colors of #ab77db

#ab77db

Complementary Color

#ab77db #a7db77

#ab77db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab77db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab77db Color CSS Codes

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

#ab77db Text Font Color

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

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


#ab77db Background Color

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

This div background color is #ab77db


#ab77db Border Color

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

This div border color is #ab77db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab77db


Comments

No comments written yet.

Please login to write comment.