Color Hex Logo

#a78efc Color Hex

#A78EFC
(167,142,252)
0 Favorites   0 Comments

Color spaces of #a78efc

RGB 167142252
HSL0.700.950.77
HSV254°44°99°
CMYK 0.340.440.00   0.01
XYZ43.180034.589896.4961
Yxy34.58980.24780.1985
Hunter Lab58.813128.1300-56.1094
CIE-Lab65.428033.3888-51.7153

#a78efc color RGB value is (167,142,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001110 11111100
Octal 247 216 374
Decimal 167 142 252
Hex A7 8E FC

RGB Percentages of Color #a78efc

%29.77
%25.31
%44.92

CMYK Percentages of Color #a78efc

%34
%44
%0
%1

Triadic Colors of #a78efc

#a78efc #fca78e #8efca7

Analogous Colors of #a78efc

#a78efc #de8efc #8eacfc

Monochromatic Colors of #a78efc

#a78efc

Complementary Color

#a78efc #e3fc8e

#a78efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78efc Color CSS Codes

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

#a78efc Text Font Color

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

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


#a78efc Background Color

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

This div background color is #a78efc


#a78efc Border Color

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

This div border color is #a78efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78efc


Comments

No comments written yet.

Please login to write comment.