Color Hex Logo

#a78abf Color Hex

#A78ABF
(167,138,191)
0 Favorites   0 Comments

Color spaces of #a78abf

RGB 167138191
HSL0.760.290.65
HSV273°28°75°
CMYK 0.130.280.00   0.25
XYZ34.428830.154053.2959
Yxy30.15400.29210.2558
Hunter Lab54.912715.8177-19.1055
CIE-Lab61.786921.1338-23.5035

#a78abf color RGB value is (167,138,191).

#a78abf hex color red value is 167, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a78abf hue: 0.76 , saturation: 0.29 and the lightness value of a78abf is 0.65.

The process color (four color CMYK) of #a78abf color hex is 0.13, 0.28, 0.00, 0.25. Web safe color of #a78abf is #9999cc. Color #a78abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001010 10111111
Octal 247 212 277
Decimal 167 138 191
Hex A7 8A BF

RGB Percentages of Color #a78abf

%33.67
%27.82
%38.51

CMYK Percentages of Color #a78abf

%13
%28
%0
%25

Triadic Colors of #a78abf

#a78abf #bfa78a #8abfa7

Analogous Colors of #a78abf

#a78abf #bf8abd #8d8abf

Monochromatic Colors of #a78abf

#a78abf

Complementary Color

#a78abf #a2bf8a

#a78abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78abf Color CSS Codes

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

#a78abf Text Font Color

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

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


#a78abf Background Color

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

This div background color is #a78abf


#a78abf Border Color

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

This div border color is #a78abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78abf


Comments

No comments written yet.

Please login to write comment.