Color Hex Logo

#a280dd Color Hex

#A280DD
(162,128,221)
0 Favorites   0 Comments

Color spaces of #a280dd

RGB 162128221
HSL0.730.580.68
HSV262°42°87°
CMYK 0.270.420.00   0.13
XYZ35.670628.340271.9968
Yxy28.34020.26230.2084
Hunter Lab53.235526.4423-42.9202
CIE-Lab60.194932.2306-42.8695

#a280dd color RGB value is (162,128,221).

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

The process color (four color CMYK) of #a280dd color hex is 0.27, 0.42, 0.00, 0.13. Web safe color of #a280dd is #9999cc. Color #a280dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000000 11011101
Octal 242 200 335
Decimal 162 128 221
Hex A2 80 DD

RGB Percentages of Color #a280dd

%31.70
%25.05
%43.25

CMYK Percentages of Color #a280dd

%27
%42
%0
%13

Triadic Colors of #a280dd

#a280dd #dda280 #80dda2

Analogous Colors of #a280dd

#a280dd #d180dd #808ddd

Monochromatic Colors of #a280dd

#a280dd

Complementary Color

#a280dd #bbdd80

#a280dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a280dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a280dd Color CSS Codes

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

#a280dd Text Font Color

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

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


#a280dd Background Color

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

This div background color is #a280dd


#a280dd Border Color

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

This div border color is #a280dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,128,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a280dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a280dd


Comments

No comments written yet.

Please login to write comment.