Color Hex Logo

#a67fda Color Hex

#A67FDA
(166,127,218)
0 Favorites   0 Comments

Color spaces of #a67fda

RGB 166127218
HSL0.740.550.68
HSV266°42°85°
CMYK 0.240.420.00   0.15
XYZ35.970128.347769.9055
Yxy28.34770.26800.2112
Hunter Lab53.242627.4182-40.5758
CIE-Lab60.201633.2082-41.1543

#a67fda color RGB value is (166,127,218).

#a67fda hex color red value is 166, green value is 127 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a67fda hue: 0.74 , saturation: 0.55 and the lightness value of a67fda is 0.68.

The process color (four color CMYK) of #a67fda color hex is 0.24, 0.42, 0.00, 0.15. Web safe color of #a67fda is #9966cc. Color #a67fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111111 11011010
Octal 246 177 332
Decimal 166 127 218
Hex A6 7F DA

RGB Percentages of Color #a67fda

%32.49
%24.85
%42.66

CMYK Percentages of Color #a67fda

%24
%42
%0
%15

Triadic Colors of #a67fda

#a67fda #daa67f #7fdaa6

Analogous Colors of #a67fda

#a67fda #d47fda #7f86da

Monochromatic Colors of #a67fda

#a67fda

Complementary Color

#a67fda #b3da7f

#a67fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67fda Color CSS Codes

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

#a67fda Text Font Color

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

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


#a67fda Background Color

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

This div background color is #a67fda


#a67fda Border Color

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

This div border color is #a67fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67fda


Comments

No comments written yet.

Please login to write comment.