Color Hex Logo

#a36bfa Color Hex

#A36BFA
(163,107,250)
0 Favorites   0 Comments

Color spaces of #a36bfa

RGB 163107250
HSL0.730.930.70
HSV263°57°98°
CMYK 0.350.570.00   0.02
XYZ37.617325.204093.3247
Yxy25.20400.24090.1614
Hunter Lab50.203645.8929-75.0732
CIE-Lab57.273651.2670-63.6465

#a36bfa color RGB value is (163,107,250).

#a36bfa hex color red value is 163, green value is 107 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a36bfa hue: 0.73 , saturation: 0.93 and the lightness value of a36bfa is 0.70.

The process color (four color CMYK) of #a36bfa color hex is 0.35, 0.57, 0.00, 0.02. Web safe color of #a36bfa is #9966ff. Color #a36bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101011 11111010
Octal 243 153 372
Decimal 163 107 250
Hex A3 6B FA

RGB Percentages of Color #a36bfa

%31.35
%20.58
%48.08

CMYK Percentages of Color #a36bfa

%35
%57
%0
%2

Triadic Colors of #a36bfa

#a36bfa #faa36b #6bfaa3

Analogous Colors of #a36bfa

#a36bfa #eb6bfa #6b7bfa

Monochromatic Colors of #a36bfa

#a36bfa

Complementary Color

#a36bfa #c2fa6b

#a36bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36bfa Color CSS Codes

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

#a36bfa Text Font Color

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

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


#a36bfa Background Color

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

This div background color is #a36bfa


#a36bfa Border Color

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

This div border color is #a36bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36bfa


Comments

No comments written yet.

Please login to write comment.