Color Hex Logo

#a14adb Color Hex

#A14ADB
(161,74,219)
0 Favorites   0 Comments

Color spaces of #a14adb

RGB 16174219
HSL0.770.670.57
HSV276°66°86°
CMYK 0.260.660.00   0.14
XYZ29.932917.589168.8352
Yxy17.58910.25730.1512
Hunter Lab41.939454.0049-67.9553
CIE-Lab48.993960.0324-59.5928

#a14adb color RGB value is (161,74,219).

#a14adb hex color red value is 161, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a14adb hue: 0.77 , saturation: 0.67 and the lightness value of a14adb is 0.57.

The process color (four color CMYK) of #a14adb color hex is 0.26, 0.66, 0.00, 0.14. Web safe color of #a14adb is #9933cc. Color #a14adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001010 11011011
Octal 241 112 333
Decimal 161 74 219
Hex A1 4A DB

RGB Percentages of Color #a14adb

%35.46
%16.30
%48.24

CMYK Percentages of Color #a14adb

%26
%66
%0
%14

Triadic Colors of #a14adb

#a14adb #dba14a #4adba1

Analogous Colors of #a14adb

#a14adb #db4acd #584adb

Monochromatic Colors of #a14adb

#a14adb

Complementary Color

#a14adb #84db4a

#a14adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14adb Color CSS Codes

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

#a14adb Text Font Color

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

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


#a14adb Background Color

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

This div background color is #a14adb


#a14adb Border Color

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

This div border color is #a14adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14adb


Comments

No comments written yet.

Please login to write comment.