Color Hex Logo

#ab2bdb Color Hex

#AB2BDB
(171,43,219)
0 Favorites   0 Comments

Color spaces of #ab2bdb

RGB 17143219
HSL0.790.710.51
HSV284°80°86°
CMYK 0.220.800.00   0.14
XYZ30.444615.500268.4051
Yxy15.50020.26620.1356
Hunter Lab39.370369.1340-75.4560
CIE-Lab46.311873.5205-63.8588

#ab2bdb color RGB value is (171,43,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101011 11011011
Octal 253 53 333
Decimal 171 43 219
Hex AB 2B DB

RGB Percentages of Color #ab2bdb

%39.49
%9.93
%50.58

CMYK Percentages of Color #ab2bdb

%22
%80
%0
%14

Triadic Colors of #ab2bdb

#ab2bdb #dbab2b #2bdbab

Analogous Colors of #ab2bdb

#ab2bdb #db2bb3 #532bdb

Monochromatic Colors of #ab2bdb

#ab2bdb

Complementary Color

#ab2bdb #5bdb2b

#ab2bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2bdb Color CSS Codes

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

#ab2bdb Text Font Color

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

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


#ab2bdb Background Color

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

This div background color is #ab2bdb


#ab2bdb Border Color

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

This div border color is #ab2bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2bdb


Comments

No comments written yet.

Please login to write comment.