Color Hex Logo

#ab75db Color Hex

#AB75DB
(171,117,219)
0 Favorites   0 Comments

Color spaces of #ab75db

RGB 171117219
HSL0.750.590.66
HSV272°47°86°
CMYK 0.220.470.00   0.14
XYZ35.942126.495070.2375
Yxy26.49500.27090.1997
Hunter Lab51.473334.5624-44.8724
CIE-Lab58.503940.4317-44.3539

#ab75db color RGB value is (171,117,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110101 11011011
Octal 253 165 333
Decimal 171 117 219
Hex AB 75 DB

RGB Percentages of Color #ab75db

%33.73
%23.08
%43.20

CMYK Percentages of Color #ab75db

%22
%47
%0
%14

Triadic Colors of #ab75db

#ab75db #dbab75 #75dbab

Analogous Colors of #ab75db

#ab75db #db75d8 #7875db

Monochromatic Colors of #ab75db

#ab75db

Complementary Color

#ab75db #a5db75

#ab75db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab75db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab75db Color CSS Codes

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

#ab75db Text Font Color

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

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


#ab75db Background Color

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

This div background color is #ab75db


#ab75db Border Color

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

This div border color is #ab75db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab75db


Comments

No comments written yet.

Please login to write comment.