Color Hex Logo

#a43dae Color Hex

#A43DAE
(164,61,174)
0 Favorites   0 Comments

Color spaces of #a43dae

RGB 16461174
HSL0.820.480.46
HSV295°65°68°
CMYK 0.060.650.00   0.32
XYZ24.618614.286041.5043
Yxy14.28600.30620.1777
Hunter Lab37.796850.1198-38.6480
CIE-Lab44.640357.3410-40.4610

#a43dae color RGB value is (164,61,174).

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

The process color (four color CMYK) of #a43dae color hex is 0.06, 0.65, 0.00, 0.32. Web safe color of #a43dae is #993399. Color #a43dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111101 10101110
Octal 244 75 256
Decimal 164 61 174
Hex A4 3D AE

RGB Percentages of Color #a43dae

%41.10
%15.29
%43.61

CMYK Percentages of Color #a43dae

%6
%65
%0
%32

Triadic Colors of #a43dae

#a43dae #aea43d #3daea4

Analogous Colors of #a43dae

#a43dae #ae3d80 #6c3dae

Monochromatic Colors of #a43dae

#a43dae

Complementary Color

#a43dae #47ae3d

#a43dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43dae Color CSS Codes

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

#a43dae Text Font Color

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

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


#a43dae Background Color

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

This div background color is #a43dae


#a43dae Border Color

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

This div border color is #a43dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,61,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43dae


Comments

No comments written yet.

Please login to write comment.