Color Hex Logo

#a78acd Color Hex

#A78ACD
(167,138,205)
0 Favorites   0 Comments

Color spaces of #a78acd

RGB 167138205
HSL0.740.400.67
HSV266°33°80°
CMYK 0.190.330.00   0.20
XYZ36.044330.800261.8029
Yxy30.80020.28020.2394
Hunter Lab55.497918.8092-27.1772
CIE-Lab62.338624.2454-30.5281

#a78acd color RGB value is (167,138,205).

#a78acd hex color red value is 167, green value is 138 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a78acd hue: 0.74 , saturation: 0.40 and the lightness value of a78acd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001010 11001101
Octal 247 212 315
Decimal 167 138 205
Hex A7 8A CD

RGB Percentages of Color #a78acd

%32.75
%27.06
%40.20

CMYK Percentages of Color #a78acd

%19
%33
%0
%20

Triadic Colors of #a78acd

#a78acd #cda78a #8acda7

Analogous Colors of #a78acd

#a78acd #c98acd #8a8fcd

Monochromatic Colors of #a78acd

#a78acd

Complementary Color

#a78acd #b0cd8a

#a78acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78acd Color CSS Codes

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

#a78acd Text Font Color

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

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


#a78acd Background Color

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

This div background color is #a78acd


#a78acd Border Color

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

This div border color is #a78acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78acd


Comments

No comments written yet.

Please login to write comment.