Color Hex Logo

#a65fff Color Hex

#A65FFF
(166,95,255)
0 Favorites   0 Comments

Color spaces of #a65fff

RGB 16695255
HSL0.741.000.69
HSV267°63°100°
CMYK 0.350.630.00   0.00
XYZ37.868123.511497.1500
Yxy23.51140.23890.1483
Hunter Lab48.488654.5481-84.8494
CIE-Lab55.595259.3156-69.1014

#a65fff color RGB value is (166,95,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011111 11111111
Octal 246 137 377
Decimal 166 95 255
Hex A6 5F FF

RGB Percentages of Color #a65fff

%32.17
%18.41
%49.42

CMYK Percentages of Color #a65fff

%35
%63
%0
%0

Triadic Colors of #a65fff

#a65fff #ffa65f #5fffa6

Analogous Colors of #a65fff

#a65fff #f65fff #5f68ff

Monochromatic Colors of #a65fff

#a65fff

Complementary Color

#a65fff #b8ff5f

#a65fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65fff Color CSS Codes

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

#a65fff Text Font Color

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

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


#a65fff Background Color

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

This div background color is #a65fff


#a65fff Border Color

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

This div border color is #a65fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65fff


Comments

No comments written yet.

Please login to write comment.