Color Hex Logo

#a78eca Color Hex

#A78ECA
(167,142,202)
0 Favorites   0 Comments

Color spaces of #a78eca

RGB 167142202
HSL0.740.360.67
HSV265°30°79°
CMYK 0.170.300.00   0.21
XYZ36.270031.825860.1085
Yxy31.82580.28290.2482
Hunter Lab56.414416.0363-23.6824
CIE-Lab63.198621.2921-27.5179

#a78eca color RGB value is (167,142,202).

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

The process color (four color CMYK) of #a78eca color hex is 0.17, 0.30, 0.00, 0.21. Web safe color of #a78eca is #9999cc. Color #a78eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001110 11001010
Octal 247 216 312
Decimal 167 142 202
Hex A7 8E CA

RGB Percentages of Color #a78eca

%32.68
%27.79
%39.53

CMYK Percentages of Color #a78eca

%17
%30
%0
%21

Triadic Colors of #a78eca

#a78eca #caa78e #8ecaa7

Analogous Colors of #a78eca

#a78eca #c58eca #8e93ca

Monochromatic Colors of #a78eca

#a78eca

Complementary Color

#a78eca #b1ca8e

#a78eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78eca Color CSS Codes

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

#a78eca Text Font Color

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

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


#a78eca Background Color

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

This div background color is #a78eca


#a78eca Border Color

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

This div border color is #a78eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78eca


Comments

No comments written yet.

Please login to write comment.