Color Hex Logo

#a046bd Color Hex

#A046BD
(160,70,189)
0 Favorites   0 Comments

Color spaces of #a046bd

RGB 16070189
HSL0.790.470.51
HSV285°63°74°
CMYK 0.150.630.00   0.26
XYZ25.872715.528049.7777
Yxy15.52800.28380.1703
Hunter Lab39.405648.2388-47.3121
CIE-Lab46.349055.2984-46.5729

#a046bd color RGB value is (160,70,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000110 10111101
Octal 240 106 275
Decimal 160 70 189
Hex A0 46 BD

RGB Percentages of Color #a046bd

%38.19
%16.71
%45.11

CMYK Percentages of Color #a046bd

%15
%63
%0
%26

Triadic Colors of #a046bd

#a046bd #bda046 #46bda0

Analogous Colors of #a046bd

#a046bd #bd469f #6546bd

Monochromatic Colors of #a046bd

#a046bd

Complementary Color

#a046bd #63bd46

#a046bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a046bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a046bd Color CSS Codes

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

#a046bd Text Font Color

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

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


#a046bd Background Color

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

This div background color is #a046bd


#a046bd Border Color

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

This div border color is #a046bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a046bd


Comments

No comments written yet.

Please login to write comment.