Color Hex Logo

#a344df Color Hex

#A344DF
(163,68,223)
0 Favorites   0 Comments

Color spaces of #a344df

RGB 16368223
HSL0.770.710.57
HSV277°70°87°
CMYK 0.270.700.00   0.13
XYZ30.490717.248571.5343
Yxy17.24850.25560.1446
Hunter Lab41.531358.3681-73.0503
CIE-Lab48.571663.9525-62.5356

#a344df color RGB value is (163,68,223).

#a344df hex color red value is 163, green value is 68 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a344df hue: 0.77 , saturation: 0.71 and the lightness value of a344df is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000100 11011111
Octal 243 104 337
Decimal 163 68 223
Hex A3 44 DF

RGB Percentages of Color #a344df

%35.90
%14.98
%49.12

CMYK Percentages of Color #a344df

%27
%70
%0
%13

Triadic Colors of #a344df

#a344df #dfa344 #44dfa3

Analogous Colors of #a344df

#a344df #df44ce #5644df

Monochromatic Colors of #a344df

#a344df

Complementary Color

#a344df #80df44

#a344df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a344df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a344df Color CSS Codes

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

#a344df Text Font Color

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

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


#a344df Background Color

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

This div background color is #a344df


#a344df Border Color

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

This div border color is #a344df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a344df


Comments

No comments written yet.

Please login to write comment.