Color Hex Logo

#a780eb Color Hex

#A780EB
(167,128,235)
0 Favorites   0 Comments

Color spaces of #a780eb

RGB 167128235
HSL0.730.730.71
HSV262°46°92°
CMYK 0.290.460.00   0.08
XYZ38.650929.652082.2835
Yxy29.65200.25670.1969
Hunter Lab54.453731.4044-51.4740
CIE-Lab61.352837.0164-48.8048

#a780eb color RGB value is (167,128,235).

#a780eb hex color red value is 167, green value is 128 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a780eb hue: 0.73 , saturation: 0.73 and the lightness value of a780eb is 0.71.

The process color (four color CMYK) of #a780eb color hex is 0.29, 0.46, 0.00, 0.08. Web safe color of #a780eb is #9999ff. Color #a780eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000000 11101011
Octal 247 200 353
Decimal 167 128 235
Hex A7 80 EB

RGB Percentages of Color #a780eb

%31.51
%24.15
%44.34

CMYK Percentages of Color #a780eb

%29
%46
%0
%8

Triadic Colors of #a780eb

#a780eb #eba780 #80eba7

Analogous Colors of #a780eb

#a780eb #dd80eb #808feb

Monochromatic Colors of #a780eb

#a780eb

Complementary Color

#a780eb #c4eb80

#a780eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a780eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a780eb Color CSS Codes

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

#a780eb Text Font Color

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

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


#a780eb Background Color

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

This div background color is #a780eb


#a780eb Border Color

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

This div border color is #a780eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a780eb


Comments

No comments written yet.

Please login to write comment.