Color Hex Logo

#a68fda Color Hex

#A68FDA
(166,143,218)
0 Favorites   0 Comments

Color spaces of #a68fda

RGB 166143218
HSL0.720.500.71
HSV258°34°85°
CMYK 0.240.340.00   0.15
XYZ38.203232.813970.6498
Yxy32.81390.26970.2316
Hunter Lab57.283418.7984-33.0262
CIE-Lab64.009924.1274-35.1983

#a68fda color RGB value is (166,143,218).

#a68fda hex color red value is 166, green value is 143 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a68fda hue: 0.72 , saturation: 0.50 and the lightness value of a68fda is 0.71.

The process color (four color CMYK) of #a68fda color hex is 0.24, 0.34, 0.00, 0.15. Web safe color of #a68fda is #9999cc. Color #a68fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001111 11011010
Octal 246 217 332
Decimal 166 143 218
Hex A6 8F DA

RGB Percentages of Color #a68fda

%31.50
%27.13
%41.37

CMYK Percentages of Color #a68fda

%24
%34
%0
%15

Triadic Colors of #a68fda

#a68fda #daa68f #8fdaa6

Analogous Colors of #a68fda

#a68fda #cc8fda #8f9eda

Monochromatic Colors of #a68fda

#a68fda

Complementary Color

#a68fda #c3da8f

#a68fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68fda Color CSS Codes

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

#a68fda Text Font Color

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

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


#a68fda Background Color

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

This div background color is #a68fda


#a68fda Border Color

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

This div border color is #a68fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68fda


Comments

No comments written yet.

Please login to write comment.