Color Hex Logo

#a78ecf Color Hex

#A78ECF
(167,142,207)
0 Favorites   0 Comments

Color spaces of #a78ecf

RGB 167142207
HSL0.730.400.68
HSV263°31°81°
CMYK 0.190.310.00   0.19
XYZ36.871832.066563.2776
Yxy32.06650.27890.2425
Hunter Lab56.627317.1292-26.6139
CIE-Lab63.397822.4285-30.0086

#a78ecf color RGB value is (167,142,207).

#a78ecf hex color red value is 167, green value is 142 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a78ecf hue: 0.73 , saturation: 0.40 and the lightness value of a78ecf is 0.68.

The process color (four color CMYK) of #a78ecf color hex is 0.19, 0.31, 0.00, 0.19. Web safe color of #a78ecf is #9999cc. Color #a78ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001110 11001111
Octal 247 216 317
Decimal 167 142 207
Hex A7 8E CF

RGB Percentages of Color #a78ecf

%32.36
%27.52
%40.12

CMYK Percentages of Color #a78ecf

%19
%31
%0
%19

Triadic Colors of #a78ecf

#a78ecf #cfa78e #8ecfa7

Analogous Colors of #a78ecf

#a78ecf #c88ecf #8e96cf

Monochromatic Colors of #a78ecf

#a78ecf

Complementary Color

#a78ecf #b6cf8e

#a78ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78ecf Color CSS Codes

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

#a78ecf Text Font Color

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

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


#a78ecf Background Color

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

This div background color is #a78ecf


#a78ecf Border Color

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

This div border color is #a78ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78ecf


Comments

No comments written yet.

Please login to write comment.