Color Hex Logo

#a714db Color Hex

#A714DB
(167,20,219)
0 Favorites   0 Comments

Color spaces of #a714db

RGB 16720219
HSL0.790.830.47
HSV284°91°86°
CMYK 0.240.910.00   0.14
XYZ28.972713.830368.1603
Yxy13.83030.26110.1246
Hunter Lab37.189173.9820-82.6345
CIE-Lab43.988677.9300-67.6598

#a714db color RGB value is (167,20,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010100 11011011
Octal 247 24 333
Decimal 167 20 219
Hex A7 14 DB

RGB Percentages of Color #a714db

%41.13
%4.93
%53.94

CMYK Percentages of Color #a714db

%24
%91
%0
%14

Triadic Colors of #a714db

#a714db #dba714 #14dba7

Analogous Colors of #a714db

#a714db #db14ac #4314db

Monochromatic Colors of #a714db

#a714db

Complementary Color

#a714db #48db14

#a714db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a714db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a714db Color CSS Codes

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

#a714db Text Font Color

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

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


#a714db Background Color

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

This div background color is #a714db


#a714db Border Color

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

This div border color is #a714db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a714db


Comments

No comments written yet.

Please login to write comment.