Color Hex Logo

#a65df8 Color Hex

#A65DF8
(166,93,248)
0 Favorites   0 Comments

Color spaces of #a65df8

RGB 16693248
HSL0.750.920.67
HSV268°63°97°
CMYK 0.330.630.00   0.03
XYZ36.583522.713091.2628
Yxy22.71300.24300.1509
Hunter Lab47.658253.6189-80.1764
CIE-Lab54.775558.6408-66.5442

#a65df8 color RGB value is (166,93,248).

#a65df8 hex color red value is 166, green value is 93 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #a65df8 hue: 0.75 , saturation: 0.92 and the lightness value of a65df8 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011101 11111000
Octal 246 135 370
Decimal 166 93 248
Hex A6 5D F8

RGB Percentages of Color #a65df8

%32.74
%18.34
%48.92

CMYK Percentages of Color #a65df8

%33
%63
%0
%3

Triadic Colors of #a65df8

#a65df8 #f8a65d #5df8a6

Analogous Colors of #a65df8

#a65df8 #f45df8 #5d61f8

Monochromatic Colors of #a65df8

#a65df8

Complementary Color

#a65df8 #aff85d

#a65df8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65df8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65df8 Color CSS Codes

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

#a65df8 Text Font Color

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

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


#a65df8 Background Color

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

This div background color is #a65df8


#a65df8 Border Color

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

This div border color is #a65df8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65df8


Comments

No comments written yet.

Please login to write comment.