Color Hex Logo

#a344bb Color Hex

#A344BB
(163,68,187)
0 Favorites   0 Comments

Color spaces of #a344bb

RGB 16368187
HSL0.800.470.50
HSV288°64°73°
CMYK 0.130.640.00   0.27
XYZ26.141015.508648.6294
Yxy15.50860.28960.1718
Hunter Lab39.381049.5713-45.6473
CIE-Lab46.323156.5267-45.4237

#a344bb color RGB value is (163,68,187).

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

The process color (four color CMYK) of #a344bb color hex is 0.13, 0.64, 0.00, 0.27. Web safe color of #a344bb is #9933cc. Color #a344bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000100 10111011
Octal 243 104 273
Decimal 163 68 187
Hex A3 44 BB

RGB Percentages of Color #a344bb

%39.00
%16.27
%44.74

CMYK Percentages of Color #a344bb

%13
%64
%0
%27

Triadic Colors of #a344bb

#a344bb #bba344 #44bba3

Analogous Colors of #a344bb

#a344bb #bb4498 #6844bb

Monochromatic Colors of #a344bb

#a344bb

Complementary Color

#a344bb #5cbb44

#a344bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a344bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a344bb Color CSS Codes

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

#a344bb Text Font Color

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

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


#a344bb Background Color

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

This div background color is #a344bb


#a344bb Border Color

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

This div border color is #a344bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,68,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a344bb


Comments

No comments written yet.

Please login to write comment.