Color Hex Logo

#a65fde Color Hex

#A65FDE
(166,95,222)
0 Favorites   0 Comments

Color spaces of #a65fde

RGB 16695222
HSL0.760.660.62
HSV274°57°87°
CMYK 0.250.570.00   0.13
XYZ33.002921.565371.5303
Yxy21.56530.26170.1710
Hunter Lab46.438545.5892-58.8189
CIE-Lab53.562751.5927-53.9271

#a65fde color RGB value is (166,95,222).

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

The process color (four color CMYK) of #a65fde color hex is 0.25, 0.57, 0.00, 0.13. Web safe color of #a65fde is #9966cc. Color #a65fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011111 11011110
Octal 246 137 336
Decimal 166 95 222
Hex A6 5F DE

RGB Percentages of Color #a65fde

%34.37
%19.67
%45.96

CMYK Percentages of Color #a65fde

%25
%57
%0
%13

Triadic Colors of #a65fde

#a65fde #dea65f #5fdea6

Analogous Colors of #a65fde

#a65fde #de5fd7 #675fde

Monochromatic Colors of #a65fde

#a65fde

Complementary Color

#a65fde #97de5f

#a65fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65fde Color CSS Codes

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

#a65fde Text Font Color

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

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


#a65fde Background Color

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

This div background color is #a65fde


#a65fde Border Color

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

This div border color is #a65fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65fde


Comments

No comments written yet.

Please login to write comment.