Color Hex Logo

#a344ed Color Hex

#A344ED
(163,68,237)
0 Favorites   0 Comments

Color spaces of #a344ed

RGB 16368237
HSL0.760.820.60
HSV274°71°93°
CMYK 0.310.710.00   0.07
XYZ32.457418.035281.8912
Yxy18.03520.24520.1362
Hunter Lab42.467962.1054-84.6020
CIE-Lab49.538866.9902-68.8838

#a344ed color RGB value is (163,68,237).

#a344ed hex color red value is 163, green value is 68 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a344ed hue: 0.76 , saturation: 0.82 and the lightness value of a344ed is 0.60.

The process color (four color CMYK) of #a344ed color hex is 0.31, 0.71, 0.00, 0.07. Web safe color of #a344ed is #9933ff. Color #a344ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000100 11101101
Octal 243 104 355
Decimal 163 68 237
Hex A3 44 ED

RGB Percentages of Color #a344ed

%34.83
%14.53
%50.64

CMYK Percentages of Color #a344ed

%31
%71
%0
%7

Triadic Colors of #a344ed

#a344ed #eda344 #44eda3

Analogous Colors of #a344ed

#a344ed #ed44e3 #4f44ed

Monochromatic Colors of #a344ed

#a344ed

Complementary Color

#a344ed #8eed44

#a344ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a344ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a344ed Color CSS Codes

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

#a344ed Text Font Color

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

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


#a344ed Background Color

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

This div background color is #a344ed


#a344ed Border Color

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

This div border color is #a344ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a344ed


Comments

No comments written yet.

Please login to write comment.