Color Hex Logo

#a68efe Color Hex

#A68EFE
(166,142,254)
0 Favorites   0 Comments

Color spaces of #a68efe

RGB 166142254
HSL0.700.980.78
HSV253°44°100°
CMYK 0.350.440.00   0.00
XYZ43.288334.608898.1645
Yxy34.60880.24590.1966
Hunter Lab58.829228.3944-57.7529
CIE-Lab65.443033.6456-52.7905

#a68efe color RGB value is (166,142,254).

#a68efe hex color red value is 166, green value is 142 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a68efe hue: 0.70 , saturation: 0.98 and the lightness value of a68efe is 0.78.

The process color (four color CMYK) of #a68efe color hex is 0.35, 0.44, 0.00, 0.00. Web safe color of #a68efe is #9999ff. Color #a68efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001110 11111110
Octal 246 216 376
Decimal 166 142 254
Hex A6 8E FE

RGB Percentages of Color #a68efe

%29.54
%25.27
%45.20

CMYK Percentages of Color #a68efe

%35
%44
%0
%0

Triadic Colors of #a68efe

#a68efe #fea68e #8efea6

Analogous Colors of #a68efe

#a68efe #de8efe #8eaefe

Monochromatic Colors of #a68efe

#a68efe

Complementary Color

#a68efe #e6fe8e

#a68efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68efe Color CSS Codes

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

#a68efe Text Font Color

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

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


#a68efe Background Color

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

This div background color is #a68efe


#a68efe Border Color

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

This div border color is #a68efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68efe

#a68efe Color Palettes


Comments

No comments written yet.

Please login to write comment.