Color Hex Logo

#ab1bdd Color Hex

#AB1BDD
(171,27,221)
0 Favorites   0 Comments

Color spaces of #ab1bdd

RGB 17127221
HSL0.790.780.49
HSV285°88°87°
CMYK 0.230.880.00   0.13
XYZ30.237714.662369.6430
Yxy14.66230.26400.1280
Hunter Lab38.291473.9468-81.0306
CIE-Lab45.168277.6734-66.8577

#ab1bdd color RGB value is (171,27,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011011 11011101
Octal 253 33 335
Decimal 171 27 221
Hex AB 1B DD

RGB Percentages of Color #ab1bdd

%40.81
%6.44
%52.74

CMYK Percentages of Color #ab1bdd

%23
%88
%0
%13

Triadic Colors of #ab1bdd

#ab1bdd #ddab1b #1bddab

Analogous Colors of #ab1bdd

#ab1bdd #dd1bae #4a1bdd

Monochromatic Colors of #ab1bdd

#ab1bdd

Complementary Color

#ab1bdd #4ddd1b

#ab1bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1bdd Color CSS Codes

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

#ab1bdd Text Font Color

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

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


#ab1bdd Background Color

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

This div background color is #ab1bdd


#ab1bdd Border Color

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

This div border color is #ab1bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1bdd


Comments

No comments written yet.

Please login to write comment.