Color Hex Logo

#a78ddf Color Hex

#A78DDF
(167,141,223)
0 Favorites   0 Comments

Color spaces of #a78ddf

RGB 167141223
HSL0.720.560.71
HSV259°37°87°
CMYK 0.250.370.00   0.13
XYZ38.780532.593074.0592
Yxy32.59300.26670.2241
Hunter Lab57.090321.3442-36.9495
CIE-Lab63.830026.7524-38.2501

#a78ddf color RGB value is (167,141,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001101 11011111
Octal 247 215 337
Decimal 167 141 223
Hex A7 8D DF

RGB Percentages of Color #a78ddf

%31.45
%26.55
%42.00

CMYK Percentages of Color #a78ddf

%25
%37
%0
%13

Triadic Colors of #a78ddf

#a78ddf #dfa78d #8ddfa7

Analogous Colors of #a78ddf

#a78ddf #d08ddf #8d9cdf

Monochromatic Colors of #a78ddf

#a78ddf

Complementary Color

#a78ddf #c5df8d

#a78ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78ddf Color CSS Codes

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

#a78ddf Text Font Color

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

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


#a78ddf Background Color

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

This div background color is #a78ddf


#a78ddf Border Color

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

This div border color is #a78ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,141,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a78ddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78ddf


Comments

No comments written yet.

Please login to write comment.