Color Hex Logo

#a78edb Color Hex

#A78EDB
(167,142,219)
0 Favorites   0 Comments

Color spaces of #a78edb

RGB 167142219
HSL0.720.520.71
HSV259°35°86°
CMYK 0.240.350.00   0.14
XYZ38.395532.676071.3013
Yxy32.67600.26970.2295
Hunter Lab57.162919.8607-33.9404
CIE-Lab63.897725.2293-35.9224

#a78edb color RGB value is (167,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001110 11011011
Octal 247 216 333
Decimal 167 142 219
Hex A7 8E DB

RGB Percentages of Color #a78edb

%31.63
%26.89
%41.48

CMYK Percentages of Color #a78edb

%24
%35
%0
%14

Triadic Colors of #a78edb

#a78edb #dba78e #8edba7

Analogous Colors of #a78edb

#a78edb #ce8edb #8e9cdb

Monochromatic Colors of #a78edb

#a78edb

Complementary Color

#a78edb #c2db8e

#a78edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78edb Color CSS Codes

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

#a78edb Text Font Color

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

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


#a78edb Background Color

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

This div background color is #a78edb


#a78edb Border Color

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

This div border color is #a78edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78edb


Comments

No comments written yet.

Please login to write comment.