color codes Logo

#a007db color codes

#A007DB
(160,7,219)
0 Favorites   0 Comments

Color spaces of #a007db

RGB 1607219
HSL0.790.940.44
HSV283°97°86°
CMYK 0.270.970.00   0.14
XYZ27.359412.740068.0349
Yxy12.74000.25300.1178
Hunter Lab35.693174.3603-88.0278
CIE-Lab42.368878.5460-70.3474

#a007db color RGB value is (160,7,219).

#a007db hex color red value is 160, green value is 7 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a007db hue: 0.79 , saturation: 0.94 and the lightness value of a007db is 0.44.

The process color (four color CMYK) of #a007db color code is 0.27, 0.97, 0.00, 0.14. Web safe color of #a007db is #9900cc. Color #a007db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000111 11011011
Octal 240 7 333
Decimal 160 7 219
Hex A0 7 DB

RGB Percentages of Color #a007db

%41.45
%1.81
%56.74

CMYK Percentages of Color #a007db

%27
%97
%0
%14

Triadic Colors of #a007db

#a007db #dba007 #07dba0

Analogous Colors of #a007db

#a007db #db07ac #3607db

Monochromatic Colors of #a007db

#a007db

Complementary Color

#a007db #42db07

#a007db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a007db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a007db Color CSS Codes

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

#a007db Text Font Color

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

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


#a007db Background Color

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

This div background color is #a007db


#a007db Border Color

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

This div border color is #a007db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a007db


Comments

No comments written yet.

Please login to write comment.