Color Hex Logo

#a78fdd Color Hex

#A78FDD
(167,143,221)
0 Favorites   0 Comments

Color spaces of #a78fdd

RGB 167143221
HSL0.720.530.71
HSV258°35°87°
CMYK 0.240.350.00   0.13
XYZ38.810033.080972.7464
Yxy33.08090.26830.2287
Hunter Lab57.516019.7932-34.7290
CIE-Lab64.226425.1379-36.5212

#a78fdd color RGB value is (167,143,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001111 11011101
Octal 247 217 335
Decimal 167 143 221
Hex A7 8F DD

RGB Percentages of Color #a78fdd

%31.45
%26.93
%41.62

CMYK Percentages of Color #a78fdd

%24
%35
%0
%13

Triadic Colors of #a78fdd

#a78fdd #dda78f #8fdda7

Analogous Colors of #a78fdd

#a78fdd #ce8fdd #8f9edd

Monochromatic Colors of #a78fdd

#a78fdd

Complementary Color

#a78fdd #c5dd8f

#a78fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78fdd Color CSS Codes

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

#a78fdd Text Font Color

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

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


#a78fdd Background Color

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

This div background color is #a78fdd


#a78fdd Border Color

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

This div border color is #a78fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78fdd


Comments

No comments written yet.

Please login to write comment.