Color Hex Logo

#a78add Color Hex

#A78ADD
(167,138,221)
0 Favorites   0 Comments

Color spaces of #a78add

RGB 167138221
HSL0.720.550.70
HSV261°38°87°
CMYK 0.240.380.00   0.13
XYZ38.076031.612972.5017
Yxy31.61290.26780.2223
Hunter Lab56.225422.4864-37.0958
CIE-Lab63.021727.9772-38.4021

#a78add color RGB value is (167,138,221).

#a78add hex color red value is 167, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a78add hue: 0.72 , saturation: 0.55 and the lightness value of a78add is 0.70.

The process color (four color CMYK) of #a78add color hex is 0.24, 0.38, 0.00, 0.13. Web safe color of #a78add is #9999cc. Color #a78add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001010 11011101
Octal 247 212 335
Decimal 167 138 221
Hex A7 8A DD

RGB Percentages of Color #a78add

%31.75
%26.24
%42.02

CMYK Percentages of Color #a78add

%24
%38
%0
%13

Triadic Colors of #a78add

#a78add #dda78a #8adda7

Analogous Colors of #a78add

#a78add #d18add #8a97dd

Monochromatic Colors of #a78add

#a78add

Complementary Color

#a78add #c0dd8a

#a78add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78add Color CSS Codes

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

#a78add Text Font Color

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

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


#a78add Background Color

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

This div background color is #a78add


#a78add Border Color

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

This div border color is #a78add


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,138,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 #a78add">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78add


Comments

No comments written yet.

Please login to write comment.