Color Hex Logo

#a65dda Color Hex

#A65DDA
(166,93,218)
0 Favorites   0 Comments

Color spaces of #a65dda

RGB 16693218
HSL0.760.630.61
HSV275°57°85°
CMYK 0.240.570.00   0.15
XYZ32.295120.997668.6805
Yxy20.99760.26480.1721
Hunter Lab45.823145.6122-56.7887
CIE-Lab52.946951.7167-52.6486

#a65dda color RGB value is (166,93,218).

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

The process color (four color CMYK) of #a65dda color hex is 0.24, 0.57, 0.00, 0.15. Web safe color of #a65dda is #9966cc. Color #a65dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011101 11011010
Octal 246 135 332
Decimal 166 93 218
Hex A6 5D DA

RGB Percentages of Color #a65dda

%34.80
%19.50
%45.70

CMYK Percentages of Color #a65dda

%24
%57
%0
%15

Triadic Colors of #a65dda

#a65dda #daa65d #5ddaa6

Analogous Colors of #a65dda

#a65dda #da5dd0 #685dda

Monochromatic Colors of #a65dda

#a65dda

Complementary Color

#a65dda #91da5d

#a65dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65dda Color CSS Codes

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

#a65dda Text Font Color

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

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


#a65dda Background Color

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

This div background color is #a65dda


#a65dda Border Color

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

This div border color is #a65dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65dda


Comments

No comments written yet.

Please login to write comment.