Color Hex Logo

#a480cb Color Hex

#A480CB
(164,128,203)
0 Favorites   0 Comments

Color spaces of #a480cb

RGB 164128203
HSL0.750.420.65
HSV269°37°80°
CMYK 0.190.370.00   0.20
XYZ33.808527.642760.0536
Yxy27.64270.27820.2275
Hunter Lab52.576322.7735-30.9186
CIE-Lab59.564628.5592-33.7336

#a480cb color RGB value is (164,128,203).

#a480cb hex color red value is 164, green value is 128 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a480cb hue: 0.75 , saturation: 0.42 and the lightness value of a480cb is 0.65.

The process color (four color CMYK) of #a480cb color hex is 0.19, 0.37, 0.00, 0.20. Web safe color of #a480cb is #9999cc. Color #a480cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000000 11001011
Octal 244 200 313
Decimal 164 128 203
Hex A4 80 CB

RGB Percentages of Color #a480cb

%33.13
%25.86
%41.01

CMYK Percentages of Color #a480cb

%19
%37
%0
%20

Triadic Colors of #a480cb

#a480cb #cba480 #80cba4

Analogous Colors of #a480cb

#a480cb #ca80cb #8082cb

Monochromatic Colors of #a480cb

#a480cb

Complementary Color

#a480cb #a7cb80

#a480cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a480cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a480cb Color CSS Codes

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

#a480cb Text Font Color

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

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


#a480cb Background Color

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

This div background color is #a480cb


#a480cb Border Color

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

This div border color is #a480cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a480cb


Comments

No comments written yet.

Please login to write comment.