Color Hex Logo

#ab45db Color Hex

#AB45DB
(171,69,219)
0 Favorites   0 Comments

Color spaces of #ab45db

RGB 17169219
HSL0.780.680.56
HSV281°68°86°
CMYK 0.220.680.00   0.14
XYZ31.708918.028668.8265
Yxy18.02860.26740.1521
Hunter Lab42.460158.9974-66.3852
CIE-Lab49.530864.3173-58.6599

#ab45db color RGB value is (171,69,219).

#ab45db hex color red value is 171, green value is 69 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ab45db hue: 0.78 , saturation: 0.68 and the lightness value of ab45db is 0.56.

The process color (four color CMYK) of #ab45db color hex is 0.22, 0.68, 0.00, 0.14. Web safe color of #ab45db is #9933cc. Color #ab45db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000101 11011011
Octal 253 105 333
Decimal 171 69 219
Hex AB 45 DB

RGB Percentages of Color #ab45db

%37.25
%15.03
%47.71

CMYK Percentages of Color #ab45db

%22
%68
%0
%14

Triadic Colors of #ab45db

#ab45db #dbab45 #45dbab

Analogous Colors of #ab45db

#ab45db #db45c0 #6045db

Monochromatic Colors of #ab45db

#ab45db

Complementary Color

#ab45db #75db45

#ab45db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab45db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab45db Color CSS Codes

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

#ab45db Text Font Color

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

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


#ab45db Background Color

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

This div background color is #ab45db


#ab45db Border Color

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

This div border color is #ab45db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab45db


Comments

No comments written yet.

Please login to write comment.