Color Hex Logo

#a34bfa Color Hex

#A34BFA
(163,75,250)
0 Favorites   0 Comments

Color spaces of #a34bfa

RGB 16375250
HSL0.750.950.64
HSV270°70°98°
CMYK 0.350.700.00   0.02
XYZ34.875719.720892.4108
Yxy19.72080.23720.1341
Hunter Lab44.408162.4700-92.2935
CIE-Lab51.520166.9228-72.9443

#a34bfa color RGB value is (163,75,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001011 11111010
Octal 243 113 372
Decimal 163 75 250
Hex A3 4B FA

RGB Percentages of Color #a34bfa

%33.40
%15.37
%51.23

CMYK Percentages of Color #a34bfa

%35
%70
%0
%2

Triadic Colors of #a34bfa

#a34bfa #faa34b #4bfaa3

Analogous Colors of #a34bfa

#a34bfa #fa4bfa #4b4bfa

Monochromatic Colors of #a34bfa

#a34bfa

Complementary Color

#a34bfa #a2fa4b

#a34bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34bfa Color CSS Codes

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

#a34bfa Text Font Color

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

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


#a34bfa Background Color

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

This div background color is #a34bfa


#a34bfa Border Color

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

This div border color is #a34bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.