Color Hex Logo

#a16def Color Hex

#A16DEF
(161,109,239)
0 Favorites   0 Comments

Color spaces of #a16def

RGB 161109239
HSL0.730.800.68
HSV264°54°94°
CMYK 0.330.540.00   0.06
XYZ35.746624.746384.5538
Yxy24.74630.24640.1706
Hunter Lab49.745741.2130-65.9546
CIE-Lab56.827447.0015-58.2675

#a16def color RGB value is (161,109,239).

#a16def hex color red value is 161, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a16def hue: 0.73 , saturation: 0.80 and the lightness value of a16def is 0.68.

The process color (four color CMYK) of #a16def color hex is 0.33, 0.54, 0.00, 0.06. Web safe color of #a16def is #9966ff. Color #a16def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101101 11101111
Octal 241 155 357
Decimal 161 109 239
Hex A1 6D EF

RGB Percentages of Color #a16def

%31.63
%21.41
%46.95

CMYK Percentages of Color #a16def

%33
%54
%0
%6

Triadic Colors of #a16def

#a16def #efa16d #6defa1

Analogous Colors of #a16def

#a16def #e26def #6d7aef

Monochromatic Colors of #a16def

#a16def

Complementary Color

#a16def #bbef6d

#a16def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a16def Color Preview on White Background

Lorem ipsum dolor sit amet.

#a16def Color CSS Codes

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

#a16def Text Font Color

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

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


#a16def Background Color

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

This div background color is #a16def


#a16def Border Color

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

This div border color is #a16def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,109,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a16def


Comments

No comments written yet.

Please login to write comment.