Color Hex Logo

#a143db Color Hex

#A143DB
(161,67,219)
0 Favorites   0 Comments

Color spaces of #a143db

RGB 16167219
HSL0.770.680.56
HSV277°69°86°
CMYK 0.260.690.00   0.14
XYZ29.491316.705868.6880
Yxy16.70580.25670.1454
Hunter Lab40.872757.2676-71.0279
CIE-Lab47.887263.1215-61.3784

#a143db color RGB value is (161,67,219).

#a143db hex color red value is 161, green value is 67 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a143db hue: 0.77 , saturation: 0.68 and the lightness value of a143db is 0.56.

The process color (four color CMYK) of #a143db color hex is 0.26, 0.69, 0.00, 0.14. Web safe color of #a143db is #9933cc. Color #a143db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000011 11011011
Octal 241 103 333
Decimal 161 67 219
Hex A1 43 DB

RGB Percentages of Color #a143db

%36.02
%14.99
%48.99

CMYK Percentages of Color #a143db

%26
%69
%0
%14

Triadic Colors of #a143db

#a143db #dba143 #43dba1

Analogous Colors of #a143db

#a143db #db43c9 #5543db

Monochromatic Colors of #a143db

#a143db

Complementary Color

#a143db #7ddb43

#a143db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a143db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a143db Color CSS Codes

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

#a143db Text Font Color

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

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


#a143db Background Color

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

This div background color is #a143db


#a143db Border Color

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

This div border color is #a143db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a143db


Comments

No comments written yet.

Please login to write comment.