Color Hex Logo

#a61dba Color Hex

#A61DBA
(166,29,186)
0 Favorites   0 Comments

Color spaces of #a61dba

RGB 16629186
HSL0.810.730.42
HSV292°84°73°
CMYK 0.110.840.00   0.27
XYZ25.028212.530947.5539
Yxy12.53090.29410.1472
Hunter Lab35.399064.2568-54.8690
CIE-Lab42.047870.2738-51.6595

#a61dba color RGB value is (166,29,186).

#a61dba hex color red value is 166, green value is 29 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a61dba hue: 0.81 , saturation: 0.73 and the lightness value of a61dba is 0.42.

The process color (four color CMYK) of #a61dba color hex is 0.11, 0.84, 0.00, 0.27. Web safe color of #a61dba is #9933cc. Color #a61dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011101 10111010
Octal 246 35 272
Decimal 166 29 186
Hex A6 1D BA

RGB Percentages of Color #a61dba

%43.57
%7.61
%48.82

CMYK Percentages of Color #a61dba

%11
%84
%0
%27

Triadic Colors of #a61dba

#a61dba #baa61d #1dbaa6

Analogous Colors of #a61dba

#a61dba #ba1d80 #571dba

Monochromatic Colors of #a61dba

#a61dba

Complementary Color

#a61dba #31ba1d

#a61dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61dba Color CSS Codes

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

#a61dba Text Font Color

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

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


#a61dba Background Color

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

This div background color is #a61dba


#a61dba Border Color

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

This div border color is #a61dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61dba


Comments

No comments written yet.

Please login to write comment.