Color Hex Logo

#a65bde Color Hex

#A65BDE
(166,91,222)
0 Favorites   0 Comments

Color spaces of #a65bde

RGB 16691222
HSL0.760.660.61
HSV274°59°87°
CMYK 0.250.590.00   0.13
XYZ32.651820.863171.4133
Yxy20.86310.26140.1670
Hunter Lab45.676147.6683-60.7249
CIE-Lab52.799353.6324-55.1484

#a65bde color RGB value is (166,91,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011011 11011110
Octal 246 133 336
Decimal 166 91 222
Hex A6 5B DE

RGB Percentages of Color #a65bde

%34.66
%19.00
%46.35

CMYK Percentages of Color #a65bde

%25
%59
%0
%13

Triadic Colors of #a65bde

#a65bde #dea65b #5bdea6

Analogous Colors of #a65bde

#a65bde #de5bd5 #655bde

Monochromatic Colors of #a65bde

#a65bde

Complementary Color

#a65bde #93de5b

#a65bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65bde Color CSS Codes

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

#a65bde Text Font Color

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

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


#a65bde Background Color

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

This div background color is #a65bde


#a65bde Border Color

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

This div border color is #a65bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65bde


Comments

No comments written yet.

Please login to write comment.