Color Hex Logo

#a280db Color Hex

#A280DB
(162,128,219)
0 Favorites   0 Comments

Color spaces of #a280db

RGB 162128219
HSL0.730.560.68
HSV262°42°86°
CMYK 0.260.420.00   0.14
XYZ35.405628.234270.6015
Yxy28.23420.26370.2103
Hunter Lab53.135925.9507-41.5834
CIE-Lab60.099731.7453-41.9006

#a280db color RGB value is (162,128,219).

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

The process color (four color CMYK) of #a280db color hex is 0.26, 0.42, 0.00, 0.14. Web safe color of #a280db is #9999cc. Color #a280db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000000 11011011
Octal 242 200 333
Decimal 162 128 219
Hex A2 80 DB

RGB Percentages of Color #a280db

%31.83
%25.15
%43.03

CMYK Percentages of Color #a280db

%26
%42
%0
%14

Triadic Colors of #a280db

#a280db #dba280 #80dba2

Analogous Colors of #a280db

#a280db #d080db #808cdb

Monochromatic Colors of #a280db

#a280db

Complementary Color

#a280db #b9db80

#a280db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a280db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a280db Color CSS Codes

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

#a280db Text Font Color

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

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


#a280db Background Color

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

This div background color is #a280db


#a280db Border Color

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

This div border color is #a280db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a280db


Comments

No comments written yet.

Please login to write comment.