Color Hex Logo

#a728db Color Hex

#A728DB
(167,40,219)
0 Favorites   0 Comments

Color spaces of #a728db

RGB 16740219
HSL0.780.710.51
HSV283°82°86°
CMYK 0.240.820.00   0.14
XYZ29.481314.847568.3299
Yxy14.84750.26170.1318
Hunter Lab38.532569.1391-78.1667
CIE-Lab45.424673.6977-65.3256

#a728db color RGB value is (167,40,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101000 11011011
Octal 247 50 333
Decimal 167 40 219
Hex A7 28 DB

RGB Percentages of Color #a728db

%39.20
%9.39
%51.41

CMYK Percentages of Color #a728db

%24
%82
%0
%14

Triadic Colors of #a728db

#a728db #dba728 #28dba7

Analogous Colors of #a728db

#a728db #db28b6 #4d28db

Monochromatic Colors of #a728db

#a728db

Complementary Color

#a728db #5cdb28

#a728db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a728db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a728db Color CSS Codes

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

#a728db Text Font Color

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

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


#a728db Background Color

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

This div background color is #a728db


#a728db Border Color

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

This div border color is #a728db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a728db


Comments

No comments written yet.

Please login to write comment.