Color Hex Logo

#a82cdd Color Hex

#A82CDD
(168,44,221)
0 Favorites   0 Comments

Color spaces of #a82cdd

RGB 16844221
HSL0.780.720.52
HSV282°80°87°
CMYK 0.240.800.00   0.13
XYZ30.100315.346769.7824
Yxy15.34670.26120.1332
Hunter Lab39.174968.5958-78.1912
CIE-Lab46.105473.1156-65.3566

#a82cdd color RGB value is (168,44,221).

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

The process color (four color CMYK) of #a82cdd color hex is 0.24, 0.80, 0.00, 0.13. Web safe color of #a82cdd is #9933cc. Color #a82cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101100 11011101
Octal 250 54 335
Decimal 168 44 221
Hex A8 2C DD

RGB Percentages of Color #a82cdd

%38.80
%10.16
%51.04

CMYK Percentages of Color #a82cdd

%24
%80
%0
%13

Triadic Colors of #a82cdd

#a82cdd #dda82c #2cdda8

Analogous Colors of #a82cdd

#a82cdd #dd2cba #4f2cdd

Monochromatic Colors of #a82cdd

#a82cdd

Complementary Color

#a82cdd #61dd2c

#a82cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82cdd Color CSS Codes

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

#a82cdd Text Font Color

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

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


#a82cdd Background Color

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

This div background color is #a82cdd


#a82cdd Border Color

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

This div border color is #a82cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82cdd


Comments

No comments written yet.

Please login to write comment.