Color Hex Logo

#a82fdd Color Hex

#A82FDD
(168,47,221)
0 Favorites   0 Comments

Color spaces of #a82fdd

RGB 16847221
HSL0.780.720.53
HSV282°79°87°
CMYK 0.240.790.00   0.13
XYZ30.216115.578369.8210
Yxy15.57830.26140.1347
Hunter Lab39.469467.5808-77.2550
CIE-Lab46.416372.2121-64.8524

#a82fdd color RGB value is (168,47,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101111 11011101
Octal 250 57 335
Decimal 168 47 221
Hex A8 2F DD

RGB Percentages of Color #a82fdd

%38.53
%10.78
%50.69

CMYK Percentages of Color #a82fdd

%24
%79
%0
%13

Triadic Colors of #a82fdd

#a82fdd #dda82f #2fdda8

Analogous Colors of #a82fdd

#a82fdd #dd2fbb #512fdd

Monochromatic Colors of #a82fdd

#a82fdd

Complementary Color

#a82fdd #64dd2f

#a82fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82fdd Color CSS Codes

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

#a82fdd Text Font Color

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

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


#a82fdd Background Color

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

This div background color is #a82fdd


#a82fdd Border Color

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

This div border color is #a82fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82fdd


Comments

No comments written yet.

Please login to write comment.