Color Hex Logo

#a678cf Color Hex

#A678CF
(166,120,207)
0 Favorites   0 Comments

Color spaces of #a678cf

RGB 166120207
HSL0.750.480.64
HSV272°42°81°
CMYK 0.200.420.00   0.19
XYZ33.704826.044962.2822
Yxy26.04490.27620.2134
Hunter Lab51.034228.5779-36.6336
CIE-Lab58.079634.5971-38.2981

#a678cf color RGB value is (166,120,207).

#a678cf hex color red value is 166, green value is 120 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a678cf hue: 0.75 , saturation: 0.48 and the lightness value of a678cf is 0.64.

The process color (four color CMYK) of #a678cf color hex is 0.20, 0.42, 0.00, 0.19. Web safe color of #a678cf is #9966cc. Color #a678cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111000 11001111
Octal 246 170 317
Decimal 166 120 207
Hex A6 78 CF

RGB Percentages of Color #a678cf

%33.67
%24.34
%41.99

CMYK Percentages of Color #a678cf

%20
%42
%0
%19

Triadic Colors of #a678cf

#a678cf #cfa678 #78cfa6

Analogous Colors of #a678cf

#a678cf #cf78cd #7b78cf

Monochromatic Colors of #a678cf

#a678cf

Complementary Color

#a678cf #a1cf78

#a678cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a678cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a678cf Color CSS Codes

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

#a678cf Text Font Color

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

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


#a678cf Background Color

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

This div background color is #a678cf


#a678cf Border Color

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

This div border color is #a678cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a678cf


Comments

No comments written yet.

Please login to write comment.