Color Hex Logo

#a280ce Color Hex

#A280CE
(162,128,206)
0 Favorites   0 Comments

Color spaces of #a280ce

RGB 162128206
HSL0.740.440.65
HSV266°38°81°
CMYK 0.210.380.00   0.19
XYZ33.760027.576061.9359
Yxy27.57600.27390.2237
Hunter Lab52.512922.8584-33.1702
CIE-Lab59.503728.6519-35.5345

#a280ce color RGB value is (162,128,206).

#a280ce hex color red value is 162, green value is 128 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a280ce hue: 0.74 , saturation: 0.44 and the lightness value of a280ce is 0.65.

The process color (four color CMYK) of #a280ce color hex is 0.21, 0.38, 0.00, 0.19. Web safe color of #a280ce is #9999cc. Color #a280ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000000 11001110
Octal 242 200 316
Decimal 162 128 206
Hex A2 80 CE

RGB Percentages of Color #a280ce

%32.66
%25.81
%41.53

CMYK Percentages of Color #a280ce

%21
%38
%0
%19

Triadic Colors of #a280ce

#a280ce #cea280 #80cea2

Analogous Colors of #a280ce

#a280ce #c980ce #8085ce

Monochromatic Colors of #a280ce

#a280ce

Complementary Color

#a280ce #acce80

#a280ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a280ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a280ce Color CSS Codes

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

#a280ce Text Font Color

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

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


#a280ce Background Color

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

This div background color is #a280ce


#a280ce Border Color

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

This div border color is #a280ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a280ce


Comments

No comments written yet.

Please login to write comment.