Color Hex Logo

#a928db Color Hex

#A928DB
(169,40,219)
0 Favorites   0 Comments

Color spaces of #a928db

RGB 16940219
HSL0.790.710.51
HSV283°82°86°
CMYK 0.230.820.00   0.14
XYZ29.907215.067168.3498
Yxy15.06710.26390.1330
Hunter Lab38.816469.6019-77.2294
CIE-Lab45.726074.0209-64.8227

#a928db color RGB value is (169,40,219).

#a928db hex color red value is 169, green value is 40 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a928db hue: 0.79 , saturation: 0.71 and the lightness value of a928db is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00101000 11011011
Octal 251 50 333
Decimal 169 40 219
Hex A9 28 DB

RGB Percentages of Color #a928db

%39.49
%9.35
%51.17

CMYK Percentages of Color #a928db

%23
%82
%0
%14

Triadic Colors of #a928db

#a928db #dba928 #28dba9

Analogous Colors of #a928db

#a928db #db28b4 #5028db

Monochromatic Colors of #a928db

#a928db

Complementary Color

#a928db #5adb28

#a928db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a928db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a928db Color CSS Codes

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

#a928db Text Font Color

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

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


#a928db Background Color

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

This div background color is #a928db


#a928db Border Color

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

This div border color is #a928db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a928db


Comments

No comments written yet.

Please login to write comment.