Color Hex Logo

#a14bdb Color Hex

#A14BDB
(161,75,219)
0 Favorites   0 Comments

Color spaces of #a14bdb

RGB 16175219
HSL0.770.670.58
HSV276°66°86°
CMYK 0.260.660.00   0.14
XYZ30.000217.723768.8577
Yxy17.72370.25730.1520
Hunter Lab42.099553.5253-67.5047
CIE-Lab49.159359.5743-59.3263

#a14bdb color RGB value is (161,75,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001011 11011011
Octal 241 113 333
Decimal 161 75 219
Hex A1 4B DB

RGB Percentages of Color #a14bdb

%35.38
%16.48
%48.13

CMYK Percentages of Color #a14bdb

%26
%66
%0
%14

Triadic Colors of #a14bdb

#a14bdb #dba14b #4bdba1

Analogous Colors of #a14bdb

#a14bdb #db4bcd #594bdb

Monochromatic Colors of #a14bdb

#a14bdb

Complementary Color

#a14bdb #85db4b

#a14bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14bdb Color CSS Codes

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

#a14bdb Text Font Color

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

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


#a14bdb Background Color

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

This div background color is #a14bdb


#a14bdb Border Color

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

This div border color is #a14bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14bdb


Comments

No comments written yet.

Please login to write comment.