Color Hex Logo

#a78bcd Color Hex

#A78BCD
(167,139,205)
0 Favorites   0 Comments

Color spaces of #a78bcd

RGB 167139205
HSL0.740.400.67
HSV265°32°80°
CMYK 0.190.320.00   0.20
XYZ36.188431.088561.8510
Yxy31.08850.28030.2408
Hunter Lab55.757118.2783-26.7401
CIE-Lab62.582323.6768-30.1509

#a78bcd color RGB value is (167,139,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001011 11001101
Octal 247 213 315
Decimal 167 139 205
Hex A7 8B CD

RGB Percentages of Color #a78bcd

%32.68
%27.20
%40.12

CMYK Percentages of Color #a78bcd

%19
%32
%0
%20

Triadic Colors of #a78bcd

#a78bcd #cda78b #8bcda7

Analogous Colors of #a78bcd

#a78bcd #c88bcd #8b90cd

Monochromatic Colors of #a78bcd

#a78bcd

Complementary Color

#a78bcd #b1cd8b

#a78bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78bcd Color CSS Codes

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

#a78bcd Text Font Color

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

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


#a78bcd Background Color

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

This div background color is #a78bcd


#a78bcd Border Color

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

This div border color is #a78bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78bcd


Comments

No comments written yet.

Please login to write comment.