Color Hex Logo

#a251dd Color Hex

#A251DD
(162,81,221)
0 Favorites   0 Comments

Color spaces of #a251dd

RGB 16281221
HSL0.760.670.59
HSV275°63°87°
CMYK 0.270.630.00   0.13
XYZ30.893918.786770.4045
Yxy18.78670.25730.1564
Hunter Lab43.343651.3775-65.9662
CIE-Lab50.436757.4155-58.3998

#a251dd color RGB value is (162,81,221).

#a251dd hex color red value is 162, green value is 81 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a251dd hue: 0.76 , saturation: 0.67 and the lightness value of a251dd is 0.59.

The process color (four color CMYK) of #a251dd color hex is 0.27, 0.63, 0.00, 0.13. Web safe color of #a251dd is #9966cc. Color #a251dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010001 11011101
Octal 242 121 335
Decimal 162 81 221
Hex A2 51 DD

RGB Percentages of Color #a251dd

%34.91
%17.46
%47.63

CMYK Percentages of Color #a251dd

%27
%63
%0
%13

Triadic Colors of #a251dd

#a251dd #dda251 #51dda2

Analogous Colors of #a251dd

#a251dd #dd51d2 #5c51dd

Monochromatic Colors of #a251dd

#a251dd

Complementary Color

#a251dd #8cdd51

#a251dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a251dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a251dd Color CSS Codes

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

#a251dd Text Font Color

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

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


#a251dd Background Color

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

This div background color is #a251dd


#a251dd Border Color

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

This div border color is #a251dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a251dd


Comments

No comments written yet.

Please login to write comment.