color codes Logo

#a413db color codes

#A413DB
(164,19,219)
0 Favorites   0 Comments

Color spaces of #a413db

RGB 16419219
HSL0.790.840.47
HSV284°91°86°
CMYK 0.250.910.00   0.14
XYZ28.328913.472768.1252
Yxy13.47270.25770.1226
Hunter Lab36.705273.5315-84.3492
CIE-Lab43.467077.6669-68.5296

#a413db color RGB value is (164,19,219).

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

The process color (four color CMYK) of #a413db color code is 0.25, 0.91, 0.00, 0.14. Web safe color of #a413db is #9900cc. Color #a413db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010011 11011011
Octal 244 23 333
Decimal 164 19 219
Hex A4 13 DB

RGB Percentages of Color #a413db

%40.80
%4.73
%54.48

CMYK Percentages of Color #a413db

%25
%91
%0
%14

Triadic Colors of #a413db

#a413db #dba413 #13dba4

Analogous Colors of #a413db

#a413db #db13ae #4013db

Monochromatic Colors of #a413db

#a413db

Complementary Color

#a413db #4adb13

#a413db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a413db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a413db Color CSS Codes

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

#a413db Text Font Color

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

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


#a413db Background Color

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

This div background color is #a413db


#a413db Border Color

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

This div border color is #a413db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a413db


Comments

No comments written yet.

Please login to write comment.