Color Hex Logo

#a846bd Color Hex

#A846BD
(168,70,189)
0 Favorites   0 Comments

Color spaces of #a846bd

RGB 16870189
HSL0.800.470.51
HSV289°63°74°
CMYK 0.110.630.00   0.26
XYZ27.523916.379349.8550
Yxy16.37930.29360.1747
Hunter Lab40.471350.5701-44.7070
CIE-Lab47.468257.2262-44.7230

#a846bd color RGB value is (168,70,189).

#a846bd hex color red value is 168, green value is 70 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a846bd hue: 0.80 , saturation: 0.47 and the lightness value of a846bd is 0.51.

The process color (four color CMYK) of #a846bd color hex is 0.11, 0.63, 0.00, 0.26. Web safe color of #a846bd is #9933cc. Color #a846bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000110 10111101
Octal 250 106 275
Decimal 168 70 189
Hex A8 46 BD

RGB Percentages of Color #a846bd

%39.34
%16.39
%44.26

CMYK Percentages of Color #a846bd

%11
%63
%0
%26

Triadic Colors of #a846bd

#a846bd #bda846 #46bda8

Analogous Colors of #a846bd

#a846bd #bd4697 #6d46bd

Monochromatic Colors of #a846bd

#a846bd

Complementary Color

#a846bd #5bbd46

#a846bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a846bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a846bd Color CSS Codes

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

#a846bd Text Font Color

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

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


#a846bd Background Color

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

This div background color is #a846bd


#a846bd Border Color

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

This div border color is #a846bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a846bd


Comments

No comments written yet.

Please login to write comment.