Color Hex Logo

#ab4fdb Color Hex

#AB4FDB
(171,79,219)
0 Favorites   0 Comments

Color spaces of #ab4fdb

RGB 17179219
HSL0.780.660.58
HSV279°64°86°
CMYK 0.220.640.00   0.14
XYZ32.376819.364469.0491
Yxy19.36440.26800.1603
Hunter Lab44.005054.3231-62.2296
CIE-Lab51.110859.9245-56.1205

#ab4fdb color RGB value is (171,79,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001111 11011011
Octal 253 117 333
Decimal 171 79 219
Hex AB 4F DB

RGB Percentages of Color #ab4fdb

%36.46
%16.84
%46.70

CMYK Percentages of Color #ab4fdb

%22
%64
%0
%14

Triadic Colors of #ab4fdb

#ab4fdb #dbab4f #4fdbab

Analogous Colors of #ab4fdb

#ab4fdb #db4fc5 #654fdb

Monochromatic Colors of #ab4fdb

#ab4fdb

Complementary Color

#ab4fdb #7fdb4f

#ab4fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4fdb Color CSS Codes

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

#ab4fdb Text Font Color

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

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


#ab4fdb Background Color

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

This div background color is #ab4fdb


#ab4fdb Border Color

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

This div border color is #ab4fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4fdb


Comments

No comments written yet.

Please login to write comment.