Color Hex Logo

#a36dfb Color Hex

#A36DFB
(163,109,251)
0 Favorites   0 Comments

Color spaces of #a36dfb

RGB 163109251
HSL0.730.950.71
HSV263°57°98°
CMYK 0.350.570.00   0.02
XYZ37.985525.688894.2232
Yxy25.68880.24060.1627
Hunter Lab50.684145.0806-74.7429
CIE-Lab57.740550.4487-63.4494

#a36dfb color RGB value is (163,109,251).

#a36dfb hex color red value is 163, green value is 109 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a36dfb hue: 0.73 , saturation: 0.95 and the lightness value of a36dfb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101101 11111011
Octal 243 155 373
Decimal 163 109 251
Hex A3 6D FB

RGB Percentages of Color #a36dfb

%31.17
%20.84
%47.99

CMYK Percentages of Color #a36dfb

%35
%57
%0
%2

Triadic Colors of #a36dfb

#a36dfb #fba36d #6dfba3

Analogous Colors of #a36dfb

#a36dfb #ea6dfb #6d7efb

Monochromatic Colors of #a36dfb

#a36dfb

Complementary Color

#a36dfb #c5fb6d

#a36dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36dfb Color CSS Codes

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

#a36dfb Text Font Color

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

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


#a36dfb Background Color

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

This div background color is #a36dfb


#a36dfb Border Color

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

This div border color is #a36dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36dfb


Comments

No comments written yet.

Please login to write comment.