Color Hex Logo

#a347bd Color Hex

#A347BD
(163,71,189)
0 Favorites   0 Comments

Color spaces of #a347bd

RGB 16371189
HSL0.800.470.51
HSV287°62°74°
CMYK 0.140.620.00   0.26
XYZ26.542815.967149.8271
Yxy15.96710.28750.1729
Hunter Lab39.958948.6412-45.9611
CIE-Lab46.931355.5625-45.6200

#a347bd color RGB value is (163,71,189).

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

The process color (four color CMYK) of #a347bd color hex is 0.14, 0.62, 0.00, 0.26. Web safe color of #a347bd is #9933cc. Color #a347bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000111 10111101
Octal 243 107 275
Decimal 163 71 189
Hex A3 47 BD

RGB Percentages of Color #a347bd

%38.53
%16.78
%44.68

CMYK Percentages of Color #a347bd

%14
%62
%0
%26

Triadic Colors of #a347bd

#a347bd #bda347 #47bda3

Analogous Colors of #a347bd

#a347bd #bd479c #6847bd

Monochromatic Colors of #a347bd

#a347bd

Complementary Color

#a347bd #61bd47

#a347bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a347bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a347bd Color CSS Codes

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

#a347bd Text Font Color

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

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


#a347bd Background Color

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

This div background color is #a347bd


#a347bd Border Color

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

This div border color is #a347bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a347bd


Comments

No comments written yet.

Please login to write comment.