Color Hex Logo

#a678de Color Hex

#A678DE
(166,120,222)
0 Favorites   0 Comments

Color spaces of #a678de

RGB 166120222
HSL0.740.610.67
HSV267°46°87°
CMYK 0.250.460.00   0.13
XYZ35.627226.813972.4051
Yxy26.81390.26420.1988
Hunter Lab51.782132.1930-46.6556
CIE-Lab58.801738.0894-45.6003

#a678de color RGB value is (166,120,222).

#a678de hex color red value is 166, green value is 120 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a678de hue: 0.74 , saturation: 0.61 and the lightness value of a678de is 0.67.

The process color (four color CMYK) of #a678de color hex is 0.25, 0.46, 0.00, 0.13. Web safe color of #a678de is #9966cc. Color #a678de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111000 11011110
Octal 246 170 336
Decimal 166 120 222
Hex A6 78 DE

RGB Percentages of Color #a678de

%32.68
%23.62
%43.70

CMYK Percentages of Color #a678de

%25
%46
%0
%13

Triadic Colors of #a678de

#a678de #dea678 #78dea6

Analogous Colors of #a678de

#a678de #d978de #787dde

Monochromatic Colors of #a678de

#a678de

Complementary Color

#a678de #b0de78

#a678de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a678de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a678de Color CSS Codes

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

#a678de Text Font Color

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

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


#a678de Background Color

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

This div background color is #a678de


#a678de Border Color

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

This div border color is #a678de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,120,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a678de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a678de;
  -webkit-box-shadow: 1px 1px 3px 2px #a678de;
  box-shadow:         1px 1px 3px 2px #a678de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,120,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a678de


Comments

No comments written yet.

Please login to write comment.