Color Hex Logo

#a384bd Color Hex

#A384BD
(163,132,189)
0 Favorites   0 Comments

Color spaces of #a384bd

RGB 163132189
HSL0.760.300.63
HSV273°30°74°
CMYK 0.140.300.00   0.26
XYZ32.540827.963251.8265
Yxy27.96320.28970.2489
Hunter Lab52.880217.3027-21.0924
CIE-Lab59.855522.8207-25.3714

#a384bd color RGB value is (163,132,189).

#a384bd hex color red value is 163, green value is 132 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a384bd hue: 0.76 , saturation: 0.30 and the lightness value of a384bd is 0.63.

The process color (four color CMYK) of #a384bd color hex is 0.14, 0.30, 0.00, 0.26. Web safe color of #a384bd is #9999cc. Color #a384bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000100 10111101
Octal 243 204 275
Decimal 163 132 189
Hex A3 84 BD

RGB Percentages of Color #a384bd

%33.68
%27.27
%39.05

CMYK Percentages of Color #a384bd

%14
%30
%0
%26

Triadic Colors of #a384bd

#a384bd #bda384 #84bda3

Analogous Colors of #a384bd

#a384bd #bd84bb #8784bd

Monochromatic Colors of #a384bd

#a384bd

Complementary Color

#a384bd #9ebd84

#a384bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a384bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a384bd Color CSS Codes

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

#a384bd Text Font Color

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

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


#a384bd Background Color

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

This div background color is #a384bd


#a384bd Border Color

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

This div border color is #a384bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a384bd


Comments

No comments written yet.

Please login to write comment.