Color Hex Logo

#a34cfa Color Hex

#A34CFA
(163,76,250)
0 Favorites   0 Comments

Color spaces of #a34cfa

RGB 16376250
HSL0.750.950.64
HSV270°70°98°
CMYK 0.350.700.00   0.02
XYZ34.944019.857592.4336
Yxy19.85750.23730.1349
Hunter Lab44.561861.9913-91.7909
CIE-Lab51.675766.4854-72.6915

#a34cfa color RGB value is (163,76,250).

#a34cfa hex color red value is 163, green value is 76 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a34cfa hue: 0.75 , saturation: 0.95 and the lightness value of a34cfa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001100 11111010
Octal 243 114 372
Decimal 163 76 250
Hex A3 4C FA

RGB Percentages of Color #a34cfa

%33.33
%15.54
%51.12

CMYK Percentages of Color #a34cfa

%35
%70
%0
%2

Triadic Colors of #a34cfa

#a34cfa #faa34c #4cfaa3

Analogous Colors of #a34cfa

#a34cfa #fa4cfa #4c4cfa

Monochromatic Colors of #a34cfa

#a34cfa

Complementary Color

#a34cfa #a3fa4c

#a34cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34cfa Color CSS Codes

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

#a34cfa Text Font Color

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

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


#a34cfa Background Color

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

This div background color is #a34cfa


#a34cfa Border Color

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

This div border color is #a34cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.