Color Hex Logo

#a68fea Color Hex

#A68FEA
(166,143,234)
0 Favorites   0 Comments

Color spaces of #a68fea

RGB 166143234
HSL0.710.680.74
HSV255°39°92°
CMYK 0.290.390.00   0.08
XYZ40.399633.692482.2159
Yxy33.69240.25850.2156
Hunter Lab58.045222.6575-43.3475
CIE-Lab64.717728.0170-42.9534

#a68fea color RGB value is (166,143,234).

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

The process color (four color CMYK) of #a68fea color hex is 0.29, 0.39, 0.00, 0.08. Web safe color of #a68fea is #9999ff. Color #a68fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001111 11101010
Octal 246 217 352
Decimal 166 143 234
Hex A6 8F EA

RGB Percentages of Color #a68fea

%30.57
%26.34
%43.09

CMYK Percentages of Color #a68fea

%29
%39
%0
%8

Triadic Colors of #a68fea

#a68fea #eaa68f #8feaa6

Analogous Colors of #a68fea

#a68fea #d48fea #8fa6ea

Monochromatic Colors of #a68fea

#a68fea

Complementary Color

#a68fea #d3ea8f

#a68fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68fea Color CSS Codes

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

#a68fea Text Font Color

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

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


#a68fea Background Color

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

This div background color is #a68fea


#a68fea Border Color

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

This div border color is #a68fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68fea


Comments

No comments written yet.

Please login to write comment.