Color Hex Logo

#a78edf Color Hex

#A78EDF
(167,142,223)
0 Favorites   0 Comments

Color spaces of #a78edf

RGB 167142223
HSL0.720.560.72
HSV259°36°87°
CMYK 0.250.360.00   0.13
XYZ38.928632.889274.1085
Yxy32.88920.26680.2254
Hunter Lab57.349120.8049-36.4722
CIE-Lab64.071126.1847-37.8735

#a78edf color RGB value is (167,142,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001110 11011111
Octal 247 216 337
Decimal 167 142 223
Hex A7 8E DF

RGB Percentages of Color #a78edf

%31.39
%26.69
%41.92

CMYK Percentages of Color #a78edf

%25
%36
%0
%13

Triadic Colors of #a78edf

#a78edf #dfa78e #8edfa7

Analogous Colors of #a78edf

#a78edf #d08edf #8e9edf

Monochromatic Colors of #a78edf

#a78edf

Complementary Color

#a78edf #c6df8e

#a78edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78edf Color CSS Codes

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

#a78edf Text Font Color

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

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


#a78edf Background Color

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

This div background color is #a78edf


#a78edf Border Color

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

This div border color is #a78edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78edf


Comments

No comments written yet.

Please login to write comment.