Color Hex Logo

#a711db Color Hex

#A711DB
(167,17,219)
0 Favorites   0 Comments

Color spaces of #a711db

RGB 16717219
HSL0.790.860.46
HSV285°92°86°
CMYK 0.240.920.00   0.14
XYZ28.923013.730968.1437
Yxy13.73090.26100.1239
Hunter Lab37.055274.4793-83.0943
CIE-Lab43.844578.3584-67.8943

#a711db color RGB value is (167,17,219).

#a711db hex color red value is 167, green value is 17 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a711db hue: 0.79 , saturation: 0.86 and the lightness value of a711db is 0.46.

The process color (four color CMYK) of #a711db color hex is 0.24, 0.92, 0.00, 0.14. Web safe color of #a711db is #9900cc. Color #a711db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010001 11011011
Octal 247 21 333
Decimal 167 17 219
Hex A7 11 DB

RGB Percentages of Color #a711db

%41.44
%4.22
%54.34

CMYK Percentages of Color #a711db

%24
%92
%0
%14

Triadic Colors of #a711db

#a711db #dba711 #11dba7

Analogous Colors of #a711db

#a711db #db11aa #4211db

Monochromatic Colors of #a711db

#a711db

Complementary Color

#a711db #45db11

#a711db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a711db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a711db Color CSS Codes

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

#a711db Text Font Color

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

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


#a711db Background Color

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

This div background color is #a711db


#a711db Border Color

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

This div border color is #a711db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a711db


Comments

No comments written yet.

Please login to write comment.