Color Hex Logo

#a051db Color Hex

#A051DB
(160,81,219)
0 Favorites   0 Comments

Color spaces of #a051db

RGB 16081219
HSL0.760.660.59
HSV274°63°86°
CMYK 0.270.630.00   0.14
XYZ30.225818.472968.9904
Yxy18.47290.25680.1570
Hunter Lab42.980150.3151-65.0845
CIE-Lab50.064756.5226-57.8754

#a051db color RGB value is (160,81,219).

#a051db hex color red value is 160, green value is 81 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a051db hue: 0.76 , saturation: 0.66 and the lightness value of a051db is 0.59.

The process color (four color CMYK) of #a051db color hex is 0.27, 0.63, 0.00, 0.14. Web safe color of #a051db is #9966cc. Color #a051db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010001 11011011
Octal 240 121 333
Decimal 160 81 219
Hex A0 51 DB

RGB Percentages of Color #a051db

%34.78
%17.61
%47.61

CMYK Percentages of Color #a051db

%27
%63
%0
%14

Triadic Colors of #a051db

#a051db #dba051 #51dba0

Analogous Colors of #a051db

#a051db #db51d1 #5b51db

Monochromatic Colors of #a051db

#a051db

Complementary Color

#a051db #8cdb51

#a051db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a051db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a051db Color CSS Codes

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

#a051db Text Font Color

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

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


#a051db Background Color

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

This div background color is #a051db


#a051db Border Color

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

This div border color is #a051db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a051db


Comments

No comments written yet.

Please login to write comment.