Color Hex Logo

#a78def Color Hex

#A78DEF
(167,141,239)
0 Favorites   0 Comments

Color spaces of #a78def

RGB 167141239
HSL0.710.750.75
HSV256°41°94°
CMYK 0.300.410.00   0.06
XYZ41.041233.497285.9639
Yxy33.49720.25570.2087
Hunter Lab57.876825.2924-47.5492
CIE-Lab64.561530.6699-45.9491

#a78def color RGB value is (167,141,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001101 11101111
Octal 247 215 357
Decimal 167 141 239
Hex A7 8D EF

RGB Percentages of Color #a78def

%30.53
%25.78
%43.69

CMYK Percentages of Color #a78def

%30
%41
%0
%6

Triadic Colors of #a78def

#a78def #efa78d #8defa7

Analogous Colors of #a78def

#a78def #d88def #8da4ef

Monochromatic Colors of #a78def

#a78def

Complementary Color

#a78def #d5ef8d

#a78def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78def Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78def Color CSS Codes

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

#a78def Text Font Color

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

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


#a78def Background Color

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

This div background color is #a78def


#a78def Border Color

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

This div border color is #a78def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,141,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 #a78def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78def


Comments

No comments written yet.

Please login to write comment.