Color Hex Logo

#a65eef Color Hex

#A65EEF
(166,94,239)
0 Favorites   0 Comments

Color spaces of #a65eef

RGB 16694239
HSL0.750.820.65
HSV270°61°94°
CMYK 0.310.610.00   0.06
XYZ35.308622.344484.1133
Yxy22.34440.24910.1576
Hunter Lab47.269950.6097-72.4134
CIE-Lab54.390556.0251-62.1492

#a65eef color RGB value is (166,94,239).

#a65eef hex color red value is 166, green value is 94 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a65eef hue: 0.75 , saturation: 0.82 and the lightness value of a65eef is 0.65.

The process color (four color CMYK) of #a65eef color hex is 0.31, 0.61, 0.00, 0.06. Web safe color of #a65eef is #9966ff. Color #a65eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011110 11101111
Octal 246 136 357
Decimal 166 94 239
Hex A6 5E EF

RGB Percentages of Color #a65eef

%33.27
%18.84
%47.90

CMYK Percentages of Color #a65eef

%31
%61
%0
%6

Triadic Colors of #a65eef

#a65eef #efa65e #5eefa6

Analogous Colors of #a65eef

#a65eef #ef5eef #5e5fef

Monochromatic Colors of #a65eef

#a65eef

Complementary Color

#a65eef #a7ef5e

#a65eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65eef Color CSS Codes

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

#a65eef Text Font Color

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

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


#a65eef Background Color

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

This div background color is #a65eef


#a65eef Border Color

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

This div border color is #a65eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65eef


Comments

No comments written yet.

Please login to write comment.