Color Hex Logo

#a346fb Color Hex

#A346FB
(163,70,251)
0 Favorites   0 Comments

Color spaces of #a346fb

RGB 16370251
HSL0.750.960.63
HSV271°72°98°
CMYK 0.350.720.00   0.02
XYZ34.707019.131993.1303
Yxy19.13190.23620.1302
Hunter Lab43.740065.0918-95.6209
CIE-Lab50.841269.2710-74.6050

#a346fb color RGB value is (163,70,251).

#a346fb hex color red value is 163, green value is 70 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a346fb hue: 0.75 , saturation: 0.96 and the lightness value of a346fb is 0.63.

The process color (four color CMYK) of #a346fb color hex is 0.35, 0.72, 0.00, 0.02. Web safe color of #a346fb is #9933ff. Color #a346fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000110 11111011
Octal 243 106 373
Decimal 163 70 251
Hex A3 46 FB

RGB Percentages of Color #a346fb

%33.68
%14.46
%51.86

CMYK Percentages of Color #a346fb

%35
%72
%0
%2

Triadic Colors of #a346fb

#a346fb #fba346 #46fba3

Analogous Colors of #a346fb

#a346fb #fb46f9 #4846fb

Monochromatic Colors of #a346fb

#a346fb

Complementary Color

#a346fb #9efb46

#a346fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a346fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a346fb Color CSS Codes

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

#a346fb Text Font Color

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

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


#a346fb Background Color

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

This div background color is #a346fb


#a346fb Border Color

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

This div border color is #a346fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a346fb


Comments

No comments written yet.

Please login to write comment.