Color Hex Logo

#a78bef Color Hex

#A78BEF
(167,139,239)
0 Favorites   0 Comments

Color spaces of #a78bef

RGB 167139239
HSL0.710.760.74
HSV257°42°94°
CMYK 0.300.420.00   0.06
XYZ40.749032.912785.8664
Yxy32.91270.25540.2063
Hunter Lab57.369626.3898-48.5820
CIE-Lab64.090231.8025-46.6919

#a78bef color RGB value is (167,139,239).

#a78bef hex color red value is 167, green value is 139 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a78bef hue: 0.71 , saturation: 0.76 and the lightness value of a78bef is 0.74.

The process color (four color CMYK) of #a78bef color hex is 0.30, 0.42, 0.00, 0.06. Web safe color of #a78bef is #9999ff. Color #a78bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001011 11101111
Octal 247 213 357
Decimal 167 139 239
Hex A7 8B EF

RGB Percentages of Color #a78bef

%30.64
%25.50
%43.85

CMYK Percentages of Color #a78bef

%30
%42
%0
%6

Triadic Colors of #a78bef

#a78bef #efa78b #8befa7

Analogous Colors of #a78bef

#a78bef #d98bef #8ba1ef

Monochromatic Colors of #a78bef

#a78bef

Complementary Color

#a78bef #d3ef8b

#a78bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78bef Color CSS Codes

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

#a78bef Text Font Color

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

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


#a78bef Background Color

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

This div background color is #a78bef


#a78bef Border Color

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

This div border color is #a78bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78bef


Comments

No comments written yet.

Please login to write comment.