color codes Logo

#ab2fdb color codes

#AB2FDB
(171,47,219)
0 Favorites   0 Comments

Color spaces of #ab2fdb

RGB 17147219
HSL0.790.700.52
HSV283°79°86°
CMYK 0.220.790.00   0.14
XYZ30.597315.805468.4559
Yxy15.80540.26640.1376
Hunter Lab39.756067.8054-74.2623
CIE-Lab46.718172.3402-63.2006

#ab2fdb color RGB value is (171,47,219).

#ab2fdb hex color red value is 171, green value is 47 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ab2fdb hue: 0.79 , saturation: 0.70 and the lightness value of ab2fdb is 0.52.

The process color (four color CMYK) of #ab2fdb color code is 0.22, 0.79, 0.00, 0.14. Web safe color of #ab2fdb is #9933cc. Color #ab2fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101111 11011011
Octal 253 57 333
Decimal 171 47 219
Hex AB 2F DB

RGB Percentages of Color #ab2fdb

%39.13
%10.76
%50.11

CMYK Percentages of Color #ab2fdb

%22
%79
%0
%14

Triadic Colors of #ab2fdb

#ab2fdb #dbab2f #2fdbab

Analogous Colors of #ab2fdb

#ab2fdb #db2fb5 #552fdb

Monochromatic Colors of #ab2fdb

#ab2fdb

Complementary Color

#ab2fdb #5fdb2f

#ab2fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2fdb Color CSS Codes

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

#ab2fdb Text Font Color

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

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


#ab2fdb Background Color

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

This div background color is #ab2fdb


#ab2fdb Border Color

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

This div border color is #ab2fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2fdb


Comments

No comments written yet.

Please login to write comment.