Color Hex Logo

#a78cfb Color Hex

#A78CFB
(167,140,251)
0 Favorites   0 Comments

Color spaces of #a78cfb

RGB 167140251
HSL0.710.930.77
HSV255°44°98°
CMYK 0.330.440.00   0.02
XYZ42.727033.936795.5653
Yxy33.93670.24810.1970
Hunter Lab58.255228.9733-56.4842
CIE-Lab64.912334.2629-51.9848

#a78cfb color RGB value is (167,140,251).

#a78cfb hex color red value is 167, green value is 140 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a78cfb hue: 0.71 , saturation: 0.93 and the lightness value of a78cfb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001100 11111011
Octal 247 214 373
Decimal 167 140 251
Hex A7 8C FB

RGB Percentages of Color #a78cfb

%29.93
%25.09
%44.98

CMYK Percentages of Color #a78cfb

%33
%44
%0
%2

Triadic Colors of #a78cfb

#a78cfb #fba78c #8cfba7

Analogous Colors of #a78cfb

#a78cfb #df8cfb #8ca9fb

Monochromatic Colors of #a78cfb

#a78cfb

Complementary Color

#a78cfb #e0fb8c

#a78cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78cfb Color CSS Codes

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

#a78cfb Text Font Color

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

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


#a78cfb Background Color

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

This div background color is #a78cfb


#a78cfb Border Color

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

This div border color is #a78cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78cfb


Comments

No comments written yet.

Please login to write comment.