Color Hex Logo

#a346de Color Hex

#A346DE
(163,70,222)
0 Favorites   0 Comments

Color spaces of #a346de

RGB 16370222
HSL0.770.700.57
HSV277°68°87°
CMYK 0.270.680.00   0.13
XYZ30.479217.440870.8672
Yxy17.44080.25660.1468
Hunter Lab41.762257.1904-71.3770
CIE-Lab48.810762.8790-61.5813

#a346de color RGB value is (163,70,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000110 11011110
Octal 243 106 336
Decimal 163 70 222
Hex A3 46 DE

RGB Percentages of Color #a346de

%35.82
%15.38
%48.79

CMYK Percentages of Color #a346de

%27
%68
%0
%13

Triadic Colors of #a346de

#a346de #dea346 #46dea3

Analogous Colors of #a346de

#a346de #de46cd #5746de

Monochromatic Colors of #a346de

#a346de

Complementary Color

#a346de #81de46

#a346de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a346de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a346de Color CSS Codes

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

#a346de Text Font Color

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

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


#a346de Background Color

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

This div background color is #a346de


#a346de Border Color

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

This div border color is #a346de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a346de


Comments

No comments written yet.

Please login to write comment.