Color Hex Logo

#a665ea Color Hex

#A665EA
(166,101,234)
0 Favorites   0 Comments

Color spaces of #a665ea

RGB 166101234
HSL0.750.760.66
HSV269°57°92°
CMYK 0.290.570.00   0.08
XYZ35.230823.354980.4930
Yxy23.35490.25330.1679
Hunter Lab48.326945.5562-64.9242
CIE-Lab55.436051.2544-57.6751

#a665ea color RGB value is (166,101,234).

#a665ea hex color red value is 166, green value is 101 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a665ea hue: 0.75 , saturation: 0.76 and the lightness value of a665ea is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100101 11101010
Octal 246 145 352
Decimal 166 101 234
Hex A6 65 EA

RGB Percentages of Color #a665ea

%33.13
%20.16
%46.71

CMYK Percentages of Color #a665ea

%29
%57
%0
%8

Triadic Colors of #a665ea

#a665ea #eaa665 #65eaa6

Analogous Colors of #a665ea

#a665ea #e965ea #6567ea

Monochromatic Colors of #a665ea

#a665ea

Complementary Color

#a665ea #a9ea65

#a665ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a665ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a665ea Color CSS Codes

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

#a665ea Text Font Color

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

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


#a665ea Background Color

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

This div background color is #a665ea


#a665ea Border Color

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

This div border color is #a665ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a665ea


Comments

No comments written yet.

Please login to write comment.