Color Hex Logo

#a65eeb Color Hex

#A65EEB
(166,94,235)
0 Favorites   0 Comments

Color spaces of #a65eeb

RGB 16694235
HSL0.750.780.65
HSV271°60°92°
CMYK 0.290.600.00   0.08
XYZ34.724022.110681.0349
Yxy22.11060.25190.1604
Hunter Lab47.021949.5275-69.2617
CIE-Lab54.144255.0923-60.3073

#a65eeb color RGB value is (166,94,235).

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

The process color (four color CMYK) of #a65eeb color hex is 0.29, 0.60, 0.00, 0.08. Web safe color of #a65eeb is #9966ff. Color #a65eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011110 11101011
Octal 246 136 353
Decimal 166 94 235
Hex A6 5E EB

RGB Percentages of Color #a65eeb

%33.54
%18.99
%47.47

CMYK Percentages of Color #a65eeb

%29
%60
%0
%8

Triadic Colors of #a65eeb

#a65eeb #eba65e #5eeba6

Analogous Colors of #a65eeb

#a65eeb #eb5eea #605eeb

Monochromatic Colors of #a65eeb

#a65eeb

Complementary Color

#a65eeb #a3eb5e

#a65eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65eeb Color CSS Codes

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

#a65eeb Text Font Color

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

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


#a65eeb Background Color

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

This div background color is #a65eeb


#a65eeb Border Color

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

This div border color is #a65eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65eeb


Comments

No comments written yet.

Please login to write comment.