Color Hex Logo

#a65afd Color Hex

#A65AFD
(166,90,253)
0 Favorites   0 Comments

Color spaces of #a65afd

RGB 16690253
HSL0.740.980.67
HSV268°64°99°
CMYK 0.340.640.00   0.01
XYZ37.111722.511295.3176
Yxy22.51120.23950.1453
Hunter Lab47.446056.5902-85.8997
CIE-Lab54.565261.2890-69.6590

#a65afd color RGB value is (166,90,253).

#a65afd hex color red value is 166, green value is 90 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a65afd hue: 0.74 , saturation: 0.98 and the lightness value of a65afd is 0.67.

The process color (four color CMYK) of #a65afd color hex is 0.34, 0.64, 0.00, 0.01. Web safe color of #a65afd is #9966ff. Color #a65afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011010 11111101
Octal 246 132 375
Decimal 166 90 253
Hex A6 5A FD

RGB Percentages of Color #a65afd

%32.61
%17.68
%49.71

CMYK Percentages of Color #a65afd

%34
%64
%0
%1

Triadic Colors of #a65afd

#a65afd #fda65a #5afda6

Analogous Colors of #a65afd

#a65afd #f85afd #5a5ffd

Monochromatic Colors of #a65afd

#a65afd

Complementary Color

#a65afd #b1fd5a

#a65afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65afd Color CSS Codes

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

#a65afd Text Font Color

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

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


#a65afd Background Color

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

This div background color is #a65afd


#a65afd Border Color

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

This div border color is #a65afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65afd

Related Colors


Comments

No comments written yet.

Please login to write comment.