Color Hex Logo

#a65eff Color Hex

#A65EFF
(166,94,255)
0 Favorites   0 Comments

Color spaces of #a65eff

RGB 16694255
HSL0.741.000.68
HSV267°63°100°
CMYK 0.350.630.00   0.00
XYZ37.778623.332497.1202
Yxy23.33240.23880.1475
Hunter Lab48.303655.0748-85.3971
CIE-Lab55.413159.8106-69.3958

#a65eff color RGB value is (166,94,255).

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

The process color (four color CMYK) of #a65eff color hex is 0.35, 0.63, 0.00, 0.00. Web safe color of #a65eff is #9966ff. Color #a65eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011110 11111111
Octal 246 136 377
Decimal 166 94 255
Hex A6 5E FF

RGB Percentages of Color #a65eff

%32.23
%18.25
%49.51

CMYK Percentages of Color #a65eff

%35
%63
%0
%0

Triadic Colors of #a65eff

#a65eff #ffa65e #5effa6

Analogous Colors of #a65eff

#a65eff #f75eff #5e67ff

Monochromatic Colors of #a65eff

#a65eff

Complementary Color

#a65eff #b7ff5e

#a65eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65eff Color CSS Codes

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

#a65eff Text Font Color

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

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


#a65eff Background Color

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

This div background color is #a65eff


#a65eff Border Color

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

This div border color is #a65eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65eff

Related Colors


Comments

No comments written yet.

Please login to write comment.