Color Hex Logo

#a78bdd Color Hex

#A78BDD
(167,139,221)
0 Favorites   0 Comments

Color spaces of #a78bdd

RGB 167139221
HSL0.720.550.71
HSV260°37°87°
CMYK 0.240.370.00   0.13
XYZ38.220131.901272.5497
Yxy31.90120.26790.2236
Hunter Lab56.481121.9468-36.6209
CIE-Lab63.261127.4093-38.0277

#a78bdd color RGB value is (167,139,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001011 11011101
Octal 247 213 335
Decimal 167 139 221
Hex A7 8B DD

RGB Percentages of Color #a78bdd

%31.69
%26.38
%41.94

CMYK Percentages of Color #a78bdd

%24
%37
%0
%13

Triadic Colors of #a78bdd

#a78bdd #dda78b #8bdda7

Analogous Colors of #a78bdd

#a78bdd #d08bdd #8b98dd

Monochromatic Colors of #a78bdd

#a78bdd

Complementary Color

#a78bdd #c1dd8b

#a78bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78bdd Color CSS Codes

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

#a78bdd Text Font Color

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

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


#a78bdd Background Color

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

This div background color is #a78bdd


#a78bdd Border Color

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

This div border color is #a78bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78bdd


Comments

No comments written yet.

Please login to write comment.