Color Hex Logo

#a78eff Color Hex

#A78EFF
(167,142,255)
0 Favorites   0 Comments

Color spaces of #a78eff

RGB 167142255
HSL0.701.000.78
HSV253°44°100°
CMYK 0.350.440.00   0.00
XYZ43.659434.781599.0201
Yxy34.78150.24600.1960
Hunter Lab58.975828.9346-58.2645
CIE-Lab65.578234.1588-53.1170

#a78eff color RGB value is (167,142,255).

#a78eff hex color red value is 167, green value is 142 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a78eff hue: 0.70 , saturation: 1.00 and the lightness value of a78eff is 0.78.

The process color (four color CMYK) of #a78eff color hex is 0.35, 0.44, 0.00, 0.00. Web safe color of #a78eff is #9999ff. Color #a78eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001110 11111111
Octal 247 216 377
Decimal 167 142 255
Hex A7 8E FF

RGB Percentages of Color #a78eff

%29.61
%25.18
%45.21

CMYK Percentages of Color #a78eff

%35
%44
%0
%0

Triadic Colors of #a78eff

#a78eff #ffa78e #8effa7

Analogous Colors of #a78eff

#a78eff #e08eff #8eaeff

Monochromatic Colors of #a78eff

#a78eff

Complementary Color

#a78eff #e6ff8e

#a78eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78eff Color CSS Codes

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

#a78eff Text Font Color

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

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


#a78eff Background Color

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

This div background color is #a78eff


#a78eff Border Color

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

This div border color is #a78eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78eff

Related Colors

#a78eff Color Palettes


Comments

No comments written yet.

Please login to write comment.