Color Hex Logo

#a78cdd Color Hex

#A78CDD
(167,140,221)
0 Favorites   0 Comments

Color spaces of #a78cdd

RGB 167140221
HSL0.720.540.71
HSV260°37°87°
CMYK 0.240.370.00   0.13
XYZ38.365632.192172.5982
Yxy32.19210.26800.2249
Hunter Lab56.738121.4079-36.1468
CIE-Lab63.501326.8418-37.6525

#a78cdd color RGB value is (167,140,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001100 11011101
Octal 247 214 335
Decimal 167 140 221
Hex A7 8C DD

RGB Percentages of Color #a78cdd

%31.63
%26.52
%41.86

CMYK Percentages of Color #a78cdd

%24
%37
%0
%13

Triadic Colors of #a78cdd

#a78cdd #dda78c #8cdda7

Analogous Colors of #a78cdd

#a78cdd #d08cdd #8c9add

Monochromatic Colors of #a78cdd

#a78cdd

Complementary Color

#a78cdd #c2dd8c

#a78cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78cdd Color CSS Codes

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

#a78cdd Text Font Color

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

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


#a78cdd Background Color

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

This div background color is #a78cdd


#a78cdd Border Color

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

This div border color is #a78cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78cdd


Comments

No comments written yet.

Please login to write comment.