Color Hex Logo

#a43dba Color Hex

#A43DBA
(164,61,186)
0 Favorites   0 Comments

Color spaces of #a43dba

RGB 16461186
HSL0.800.510.48
HSV289°67°73°
CMYK 0.120.670.00   0.27
XYZ25.841514.775247.9443
Yxy14.77520.29180.1668
Hunter Lab38.438552.7348-47.0453
CIE-Lab45.324759.5832-46.4236

#a43dba color RGB value is (164,61,186).

#a43dba hex color red value is 164, green value is 61 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a43dba hue: 0.80 , saturation: 0.51 and the lightness value of a43dba is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111101 10111010
Octal 244 75 272
Decimal 164 61 186
Hex A4 3D BA

RGB Percentages of Color #a43dba

%39.90
%14.84
%45.26

CMYK Percentages of Color #a43dba

%12
%67
%0
%27

Triadic Colors of #a43dba

#a43dba #baa43d #3dbaa4

Analogous Colors of #a43dba

#a43dba #ba3d92 #663dba

Monochromatic Colors of #a43dba

#a43dba

Complementary Color

#a43dba #53ba3d

#a43dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43dba Color CSS Codes

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

#a43dba Text Font Color

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

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


#a43dba Background Color

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

This div background color is #a43dba


#a43dba Border Color

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

This div border color is #a43dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43dba


Comments

No comments written yet.

Please login to write comment.