Color Hex Logo

#a65eed Color Hex

#A65EED
(166,94,237)
0 Favorites   0 Comments

Color spaces of #a65eed

RGB 16694237
HSL0.750.800.65
HSV270°60°93°
CMYK 0.300.600.00   0.07
XYZ35.014722.226882.5655
Yxy22.22680.25050.1590
Hunter Lab47.145350.0672-70.8328
CIE-Lab54.266855.5582-61.2299

#a65eed color RGB value is (166,94,237).

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

The process color (four color CMYK) of #a65eed color hex is 0.30, 0.60, 0.00, 0.07. Web safe color of #a65eed is #9966ff. Color #a65eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011110 11101101
Octal 246 136 355
Decimal 166 94 237
Hex A6 5E ED

RGB Percentages of Color #a65eed

%33.40
%18.91
%47.69

CMYK Percentages of Color #a65eed

%30
%60
%0
%7

Triadic Colors of #a65eed

#a65eed #eda65e #5eeda6

Analogous Colors of #a65eed

#a65eed #ed5eed #5e5eed

Monochromatic Colors of #a65eed

#a65eed

Complementary Color

#a65eed #a5ed5e

#a65eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65eed Color CSS Codes

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

#a65eed Text Font Color

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

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


#a65eed Background Color

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

This div background color is #a65eed


#a65eed Border Color

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

This div border color is #a65eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65eed


Comments

No comments written yet.

Please login to write comment.