color codes Logo

#a81bdd color codes

#A81BDD
(168,27,221)
0 Favorites   0 Comments

Color spaces of #a81bdd

RGB 16827221
HSL0.790.780.49
HSV284°88°87°
CMYK 0.240.880.00   0.13
XYZ29.591514.329269.6128
Yxy14.32920.26060.1262
Hunter Lab37.853973.2942-82.5357
CIE-Lab44.701477.2363-67.6376

#a81bdd color RGB value is (168,27,221).

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

The process color (four color CMYK) of #a81bdd color code is 0.24, 0.88, 0.00, 0.13. Web safe color of #a81bdd is #9933cc. Color #a81bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011011 11011101
Octal 250 33 335
Decimal 168 27 221
Hex A8 1B DD

RGB Percentages of Color #a81bdd

%40.38
%6.49
%53.13

CMYK Percentages of Color #a81bdd

%24
%88
%0
%13

Triadic Colors of #a81bdd

#a81bdd #dda81b #1bdda8

Analogous Colors of #a81bdd

#a81bdd #dd1bb1 #471bdd

Monochromatic Colors of #a81bdd

#a81bdd

Complementary Color

#a81bdd #50dd1b

#a81bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81bdd Color CSS Codes

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

#a81bdd Text Font Color

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

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


#a81bdd Background Color

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

This div background color is #a81bdd


#a81bdd Border Color

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

This div border color is #a81bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81bdd


Comments

No comments written yet.

Please login to write comment.