Color Hex Logo

#a055db Color Hex

#A055DB
(160,85,219)
0 Favorites   0 Comments

Color spaces of #a055db

RGB 16085219
HSL0.760.650.60
HSV274°61°86°
CMYK 0.270.610.00   0.14
XYZ30.531919.085169.0924
Yxy19.08510.25720.1608
Hunter Lab43.686548.2999-63.1896
CIE-Lab50.786654.5593-56.7154

#a055db color RGB value is (160,85,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010101 11011011
Octal 240 125 333
Decimal 160 85 219
Hex A0 55 DB

RGB Percentages of Color #a055db

%34.48
%18.32
%47.20

CMYK Percentages of Color #a055db

%27
%61
%0
%14

Triadic Colors of #a055db

#a055db #dba055 #55dba0

Analogous Colors of #a055db

#a055db #db55d3 #5d55db

Monochromatic Colors of #a055db

#a055db

Complementary Color

#a055db #90db55

#a055db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a055db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a055db Color CSS Codes

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

#a055db Text Font Color

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

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


#a055db Background Color

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

This div background color is #a055db


#a055db Border Color

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

This div border color is #a055db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a055db


Comments

No comments written yet.

Please login to write comment.