Color Hex Logo

#a665ff Color Hex

#A665FF
(166,101,255)
0 Favorites   0 Comments

Color spaces of #a665ff

RGB 166101255
HSL0.741.000.70
HSV265°60°100°
CMYK 0.350.600.00   0.00
XYZ38.429624.634497.3372
Yxy24.63440.23960.1536
Hunter Lab49.633151.3501-81.5327
CIE-Lab56.717556.2880-67.2901

#a665ff color RGB value is (166,101,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100101 11111111
Octal 246 145 377
Decimal 166 101 255
Hex A6 65 FF

RGB Percentages of Color #a665ff

%31.80
%19.35
%48.85

CMYK Percentages of Color #a665ff

%35
%60
%0
%0

Triadic Colors of #a665ff

#a665ff #ffa665 #65ffa6

Analogous Colors of #a665ff

#a665ff #f365ff #6571ff

Monochromatic Colors of #a665ff

#a665ff

Complementary Color

#a665ff #beff65

#a665ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a665ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a665ff Color CSS Codes

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

#a665ff Text Font Color

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

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


#a665ff Background Color

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

This div background color is #a665ff


#a665ff Border Color

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

This div border color is #a665ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,101,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 #a665ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a665ff

Related Colors


Comments

No comments written yet.

Please login to write comment.