Color Hex Logo

#a94bdb Color Hex

#A94BDB
(169,75,219)
0 Favorites   0 Comments

Color spaces of #a94bdb

RGB 16975219
HSL0.780.670.58
HSV279°66°86°
CMYK 0.230.660.00   0.14
XYZ31.664418.581668.9355
Yxy18.58160.26570.1559
Hunter Lab43.106455.6835-64.6418
CIE-Lab50.194161.2960-57.6068

#a94bdb color RGB value is (169,75,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001011 11011011
Octal 251 113 333
Decimal 169 75 219
Hex A9 4B DB

RGB Percentages of Color #a94bdb

%36.50
%16.20
%47.30

CMYK Percentages of Color #a94bdb

%23
%66
%0
%14

Triadic Colors of #a94bdb

#a94bdb #dba94b #4bdba9

Analogous Colors of #a94bdb

#a94bdb #db4bc5 #614bdb

Monochromatic Colors of #a94bdb

#a94bdb

Complementary Color

#a94bdb #7ddb4b

#a94bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94bdb Color CSS Codes

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

#a94bdb Text Font Color

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

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


#a94bdb Background Color

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

This div background color is #a94bdb


#a94bdb Border Color

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

This div border color is #a94bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94bdb


Comments

No comments written yet.

Please login to write comment.