Color Hex Logo

#a51dba Color Hex

#A51DBA
(165,29,186)
0 Favorites   0 Comments

Color spaces of #a51dba

RGB 16529186
HSL0.810.730.42
HSV292°84°73°
CMYK 0.110.840.00   0.27
XYZ24.819312.423247.5442
Yxy12.42320.29270.1465
Hunter Lab35.246664.0115-55.3039
CIE-Lab41.881070.0985-51.9367

#a51dba color RGB value is (165,29,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011101 10111010
Octal 245 35 272
Decimal 165 29 186
Hex A5 1D BA

RGB Percentages of Color #a51dba

%43.42
%7.63
%48.95

CMYK Percentages of Color #a51dba

%11
%84
%0
%27

Triadic Colors of #a51dba

#a51dba #baa51d #1dbaa5

Analogous Colors of #a51dba

#a51dba #ba1d81 #561dba

Monochromatic Colors of #a51dba

#a51dba

Complementary Color

#a51dba #32ba1d

#a51dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51dba Color CSS Codes

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

#a51dba Text Font Color

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

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


#a51dba Background Color

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

This div background color is #a51dba


#a51dba Border Color

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

This div border color is #a51dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51dba


Comments

No comments written yet.

Please login to write comment.