Color Hex Logo

#a346df Color Hex

#A346DF
(163,70,223)
0 Favorites   0 Comments

Color spaces of #a346df

RGB 16370223
HSL0.770.710.57
HSV276°69°87°
CMYK 0.270.690.00   0.13
XYZ30.613717.494671.5753
Yxy17.49460.25580.1462
Hunter Lab41.826557.4513-72.1809
CIE-Lab48.877363.0947-62.0419

#a346df color RGB value is (163,70,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000110 11011111
Octal 243 106 337
Decimal 163 70 223
Hex A3 46 DF

RGB Percentages of Color #a346df

%35.75
%15.35
%48.90

CMYK Percentages of Color #a346df

%27
%69
%0
%13

Triadic Colors of #a346df

#a346df #dfa346 #46dfa3

Analogous Colors of #a346df

#a346df #df46cf #5646df

Monochromatic Colors of #a346df

#a346df

Complementary Color

#a346df #82df46

#a346df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a346df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a346df Color CSS Codes

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

#a346df Text Font Color

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

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


#a346df Background Color

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

This div background color is #a346df


#a346df Border Color

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

This div border color is #a346df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a346df


Comments

No comments written yet.

Please login to write comment.