Color Hex Logo

#a65dba Color Hex

#A65DBA
(166,93,186)
0 Favorites   0 Comments

Color spaces of #a65dba

RGB 16693186
HSL0.800.400.55
HSV287°50°73°
CMYK 0.110.500.00   0.27
XYZ28.503219.480948.7123
Yxy19.48090.29480.2015
Hunter Lab44.137238.0329-34.5398
CIE-Lab51.245244.8240-37.0242

#a65dba color RGB value is (166,93,186).

#a65dba hex color red value is 166, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a65dba hue: 0.80 , saturation: 0.40 and the lightness value of a65dba is 0.55.

The process color (four color CMYK) of #a65dba color hex is 0.11, 0.50, 0.00, 0.27. Web safe color of #a65dba is #9966cc. Color #a65dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011101 10111010
Octal 246 135 272
Decimal 166 93 186
Hex A6 5D BA

RGB Percentages of Color #a65dba

%37.30
%20.90
%41.80

CMYK Percentages of Color #a65dba

%11
%50
%0
%27

Triadic Colors of #a65dba

#a65dba #baa65d #5dbaa6

Analogous Colors of #a65dba

#a65dba #ba5da0 #785dba

Monochromatic Colors of #a65dba

#a65dba

Complementary Color

#a65dba #71ba5d

#a65dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65dba Color CSS Codes

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

#a65dba Text Font Color

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

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


#a65dba Background Color

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

This div background color is #a65dba


#a65dba Border Color

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

This div border color is #a65dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65dba


Comments

No comments written yet.

Please login to write comment.