Color Hex Logo

#a344bd Color Hex

#A344BD
(163,68,189)
0 Favorites   0 Comments

Color spaces of #a344bd

RGB 16368189
HSL0.800.480.50
HSV287°64°74°
CMYK 0.140.640.00   0.26
XYZ26.356715.594949.7651
Yxy15.59490.28740.1700
Hunter Lab39.490450.0265-47.0730
CIE-Lab46.438556.9212-46.4057

#a344bd color RGB value is (163,68,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000100 10111101
Octal 243 104 275
Decimal 163 68 189
Hex A3 44 BD

RGB Percentages of Color #a344bd

%38.81
%16.19
%45.00

CMYK Percentages of Color #a344bd

%14
%64
%0
%26

Triadic Colors of #a344bd

#a344bd #bda344 #44bda3

Analogous Colors of #a344bd

#a344bd #bd449b #6744bd

Monochromatic Colors of #a344bd

#a344bd

Complementary Color

#a344bd #5ebd44

#a344bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a344bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a344bd Color CSS Codes

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

#a344bd Text Font Color

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

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


#a344bd Background Color

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

This div background color is #a344bd


#a344bd Border Color

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

This div border color is #a344bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a344bd


Comments

No comments written yet.

Please login to write comment.