Color Hex Logo

#a78ddd Color Hex

#A78DDD
(167,141,221)
0 Favorites   0 Comments

Color spaces of #a78ddd

RGB 167141221
HSL0.720.540.71
HSV260°36°87°
CMYK 0.240.360.00   0.13
XYZ38.512432.485772.6472
Yxy32.48570.26810.2262
Hunter Lab56.996220.8692-35.6735
CIE-Lab63.742326.2738-37.2763

#a78ddd color RGB value is (167,141,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001101 11011101
Octal 247 215 335
Decimal 167 141 221
Hex A7 8D DD

RGB Percentages of Color #a78ddd

%31.57
%26.65
%41.78

CMYK Percentages of Color #a78ddd

%24
%36
%0
%13

Triadic Colors of #a78ddd

#a78ddd #dda78d #8ddda7

Analogous Colors of #a78ddd

#a78ddd #cf8ddd #8d9bdd

Monochromatic Colors of #a78ddd

#a78ddd

Complementary Color

#a78ddd #c3dd8d

#a78ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78ddd Color CSS Codes

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

#a78ddd Text Font Color

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

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


#a78ddd Background Color

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

This div background color is #a78ddd


#a78ddd Border Color

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

This div border color is #a78ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78ddd


Comments

No comments written yet.

Please login to write comment.