Color Hex Logo

#a41dba Color Hex

#A41DBA
(164,29,186)
0 Favorites   0 Comments

Color spaces of #a41dba

RGB 16429186
HSL0.810.730.42
HSV292°84°73°
CMYK 0.120.840.00   0.27
XYZ24.612112.316447.5345
Yxy12.31640.29140.1458
Hunter Lab35.094763.7671-55.7398
CIE-Lab41.714669.9237-52.2132

#a41dba color RGB value is (164,29,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011101 10111010
Octal 244 35 272
Decimal 164 29 186
Hex A4 1D BA

RGB Percentages of Color #a41dba

%43.27
%7.65
%49.08

CMYK Percentages of Color #a41dba

%12
%84
%0
%27

Triadic Colors of #a41dba

#a41dba #baa41d #1dbaa4

Analogous Colors of #a41dba

#a41dba #ba1d82 #551dba

Monochromatic Colors of #a41dba

#a41dba

Complementary Color

#a41dba #33ba1d

#a41dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41dba Color CSS Codes

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

#a41dba Text Font Color

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

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


#a41dba Background Color

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

This div background color is #a41dba


#a41dba Border Color

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

This div border color is #a41dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41dba


Comments

No comments written yet.

Please login to write comment.