Color Hex Logo

#a78aed Color Hex

#A78AED
(167,138,237)
0 Favorites   0 Comments

Color spaces of #a78aed

RGB 167138237
HSL0.720.730.74
HSV258°42°93°
CMYK 0.300.420.00   0.07
XYZ40.310932.506984.2706
Yxy32.50690.25660.2069
Hunter Lab57.014826.4280-47.7230
CIE-Lab63.759631.8711-46.1099

#a78aed color RGB value is (167,138,237).

#a78aed hex color red value is 167, green value is 138 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a78aed hue: 0.72 , saturation: 0.73 and the lightness value of a78aed is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001010 11101101
Octal 247 212 355
Decimal 167 138 237
Hex A7 8A ED

RGB Percentages of Color #a78aed

%30.81
%25.46
%43.73

CMYK Percentages of Color #a78aed

%30
%42
%0
%7

Triadic Colors of #a78aed

#a78aed #eda78a #8aeda7

Analogous Colors of #a78aed

#a78aed #d98aed #8a9fed

Monochromatic Colors of #a78aed

#a78aed

Complementary Color

#a78aed #d0ed8a

#a78aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78aed Color CSS Codes

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

#a78aed Text Font Color

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

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


#a78aed Background Color

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

This div background color is #a78aed


#a78aed Border Color

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

This div border color is #a78aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78aed


Comments

No comments written yet.

Please login to write comment.