Color Hex Logo

#a43ace Color Hex

#A43ACE
(164,58,206)
0 Favorites   0 Comments

Color spaces of #a43ace

RGB 16458206
HSL0.790.600.52
HSV283°72°81°
CMYK 0.200.720.00   0.19
XYZ27.963515.374959.8863
Yxy15.37490.27090.1489
Hunter Lab39.210858.6796-63.1054
CIE-Lab46.143564.6883-56.7210

#a43ace color RGB value is (164,58,206).

#a43ace hex color red value is 164, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a43ace hue: 0.79 , saturation: 0.60 and the lightness value of a43ace is 0.52.

The process color (four color CMYK) of #a43ace color hex is 0.20, 0.72, 0.00, 0.19. Web safe color of #a43ace is #9933cc. Color #a43ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111010 11001110
Octal 244 72 316
Decimal 164 58 206
Hex A4 3A CE

RGB Percentages of Color #a43ace

%38.32
%13.55
%48.13

CMYK Percentages of Color #a43ace

%20
%72
%0
%19

Triadic Colors of #a43ace

#a43ace #cea43a #3acea4

Analogous Colors of #a43ace

#a43ace #ce3aae #5a3ace

Monochromatic Colors of #a43ace

#a43ace

Complementary Color

#a43ace #64ce3a

#a43ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43ace Color CSS Codes

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

#a43ace Text Font Color

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

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


#a43ace Background Color

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

This div background color is #a43ace


#a43ace Border Color

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

This div border color is #a43ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43ace


Comments

No comments written yet.

Please login to write comment.