Color Hex Logo

#a851d2 Color Hex

#A851D2
(168,81,210)
0 Favorites   0 Comments

Color spaces of #a851d2

RGB 16881210
HSL0.780.590.57
HSV280°61°82°
CMYK 0.200.610.00   0.18
XYZ30.723718.862862.9943
Yxy18.86280.27290.1675
Hunter Lab43.431350.2676-55.5943
CIE-Lab50.526356.3969-51.9514

#a851d2 color RGB value is (168,81,210).

#a851d2 hex color red value is 168, green value is 81 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #a851d2 hue: 0.78 , saturation: 0.59 and the lightness value of a851d2 is 0.57.

The process color (four color CMYK) of #a851d2 color hex is 0.20, 0.61, 0.00, 0.18. Web safe color of #a851d2 is #9966cc. Color #a851d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010001 11010010
Octal 250 121 322
Decimal 168 81 210
Hex A8 51 D2

RGB Percentages of Color #a851d2

%36.60
%17.65
%45.75

CMYK Percentages of Color #a851d2

%20
%61
%0
%18

Triadic Colors of #a851d2

#a851d2 #d2a851 #51d2a8

Analogous Colors of #a851d2

#a851d2 #d251bc #6851d2

Monochromatic Colors of #a851d2

#a851d2

Complementary Color

#a851d2 #7bd251

#a851d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a851d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a851d2 Color CSS Codes

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

#a851d2 Text Font Color

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

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


#a851d2 Background Color

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

This div background color is #a851d2


#a851d2 Border Color

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

This div border color is #a851d2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,81,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a851d2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a851d2


Comments

No comments written yet.

Please login to write comment.