Color Hex Logo

#ab70db Color Hex

#AB70DB
(171,112,219)
0 Favorites   0 Comments

Color spaces of #ab70db

RGB 171112219
HSL0.760.600.65
HSV273°49°86°
CMYK 0.220.490.00   0.14
XYZ35.374925.360770.0485
Yxy25.36070.27050.1939
Hunter Lab50.359437.2581-47.2191
CIE-Lab57.425243.1695-46.0587

#ab70db color RGB value is (171,112,219).

#ab70db hex color red value is 171, green value is 112 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ab70db hue: 0.76 , saturation: 0.60 and the lightness value of ab70db is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110000 11011011
Octal 253 160 333
Decimal 171 112 219
Hex AB 70 DB

RGB Percentages of Color #ab70db

%34.06
%22.31
%43.63

CMYK Percentages of Color #ab70db

%22
%49
%0
%14

Triadic Colors of #ab70db

#ab70db #dbab70 #70dbab

Analogous Colors of #ab70db

#ab70db #db70d6 #7670db

Monochromatic Colors of #ab70db

#ab70db

Complementary Color

#ab70db #a0db70

#ab70db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab70db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab70db Color CSS Codes

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

#ab70db Text Font Color

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

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


#ab70db Background Color

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

This div background color is #ab70db


#ab70db Border Color

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

This div border color is #ab70db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab70db


Comments

No comments written yet.

Please login to write comment.