Color Hex Logo

#a78eec Color Hex

#A78EEC
(167,142,236)
0 Favorites   0 Comments

Color spaces of #a78eec

RGB 167142236
HSL0.710.710.74
HSV256°40°93°
CMYK 0.290.400.00   0.07
XYZ40.749733.617683.6980
Yxy33.61760.25780.2127
Hunter Lab57.980723.9863-45.0016
CIE-Lab64.657929.3575-44.1443

#a78eec color RGB value is (167,142,236).

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

The process color (four color CMYK) of #a78eec color hex is 0.29, 0.40, 0.00, 0.07. Web safe color of #a78eec is #9999ff. Color #a78eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001110 11101100
Octal 247 216 354
Decimal 167 142 236
Hex A7 8E EC

RGB Percentages of Color #a78eec

%30.64
%26.06
%43.30

CMYK Percentages of Color #a78eec

%29
%40
%0
%7

Triadic Colors of #a78eec

#a78eec #eca78e #8eeca7

Analogous Colors of #a78eec

#a78eec #d68eec #8ea4ec

Monochromatic Colors of #a78eec

#a78eec

Complementary Color

#a78eec #d3ec8e

#a78eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78eec Color CSS Codes

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

#a78eec Text Font Color

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

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


#a78eec Background Color

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

This div background color is #a78eec


#a78eec Border Color

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

This div border color is #a78eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78eec


Comments

No comments written yet.

Please login to write comment.