Color Hex Logo

#a78efd Color Hex

#A78EFD
(167,142,253)
0 Favorites   0 Comments

Color spaces of #a78efd

RGB 167142253
HSL0.700.970.77
HSV254°44°99°
CMYK 0.340.440.00   0.01
XYZ43.339034.653397.3331
Yxy34.65330.24720.1977
Hunter Lab58.867128.3976-56.8255
CIE-Lab65.477833.6453-52.1833

#a78efd color RGB value is (167,142,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001110 11111101
Octal 247 216 375
Decimal 167 142 253
Hex A7 8E FD

RGB Percentages of Color #a78efd

%29.72
%25.27
%45.02

CMYK Percentages of Color #a78efd

%34
%44
%0
%1

Triadic Colors of #a78efd

#a78efd #fda78e #8efda7

Analogous Colors of #a78efd

#a78efd #df8efd #8eadfd

Monochromatic Colors of #a78efd

#a78efd

Complementary Color

#a78efd #e4fd8e

#a78efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78efd Color CSS Codes

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

#a78efd Text Font Color

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

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


#a78efd Background Color

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

This div background color is #a78efd


#a78efd Border Color

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

This div border color is #a78efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78efd


Comments

No comments written yet.

Please login to write comment.