Color Hex Logo

#ab2bdd Color Hex

#AB2BDD
(171,43,221)
0 Favorites   0 Comments

Color spaces of #ab2bdd

RGB 17143221
HSL0.790.720.52
HSV283°81°87°
CMYK 0.230.810.00   0.13
XYZ30.709615.606169.8003
Yxy15.60610.26450.1344
Hunter Lab39.504669.6273-77.1059
CIE-Lab46.453473.9000-64.7714

#ab2bdd color RGB value is (171,43,221).

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

The process color (four color CMYK) of #ab2bdd color hex is 0.23, 0.81, 0.00, 0.13. Web safe color of #ab2bdd is #9933cc. Color #ab2bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101011 11011101
Octal 253 53 335
Decimal 171 43 221
Hex AB 2B DD

RGB Percentages of Color #ab2bdd

%39.31
%9.89
%50.80

CMYK Percentages of Color #ab2bdd

%23
%81
%0
%13

Triadic Colors of #ab2bdd

#ab2bdd #ddab2b #2bddab

Analogous Colors of #ab2bdd

#ab2bdd #dd2bb6 #522bdd

Monochromatic Colors of #ab2bdd

#ab2bdd

Complementary Color

#ab2bdd #5ddd2b

#ab2bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2bdd Color CSS Codes

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

#ab2bdd Text Font Color

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

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


#ab2bdd Background Color

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

This div background color is #ab2bdd


#ab2bdd Border Color

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

This div border color is #ab2bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,43,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab2bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2bdd


Comments

No comments written yet.

Please login to write comment.