Color Hex Logo

#a780be Color Hex

#A780BE
(167,128,190)
0 Favorites   0 Comments

Color spaces of #a780be

RGB 167128190
HSL0.770.320.62
HSV278°33°75°
CMYK 0.120.330.00   0.25
XYZ32.949827.371552.2618
Yxy27.37150.29270.2431
Hunter Lab52.317820.8634-22.6041
CIE-Lab59.316626.6027-26.7364

#a780be color RGB value is (167,128,190).

#a780be hex color red value is 167, green value is 128 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a780be hue: 0.77 , saturation: 0.32 and the lightness value of a780be is 0.62.

The process color (four color CMYK) of #a780be color hex is 0.12, 0.33, 0.00, 0.25. Web safe color of #a780be is #9999cc. Color #a780be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000000 10111110
Octal 247 200 276
Decimal 167 128 190
Hex A7 80 BE

RGB Percentages of Color #a780be

%34.43
%26.39
%39.18

CMYK Percentages of Color #a780be

%12
%33
%0
%25

Triadic Colors of #a780be

#a780be #bea780 #80bea7

Analogous Colors of #a780be

#a780be #be80b6 #8880be

Monochromatic Colors of #a780be

#a780be

Complementary Color

#a780be #97be80

#a780be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a780be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a780be Color CSS Codes

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

#a780be Text Font Color

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

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


#a780be Background Color

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

This div background color is #a780be


#a780be Border Color

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

This div border color is #a780be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a780be


Comments

No comments written yet.

Please login to write comment.