Color Hex Logo

#a43eca Color Hex

#A43ECA
(164,62,202)
0 Favorites   0 Comments

Color spaces of #a43eca

RGB 16462202
HSL0.790.570.52
HSV284°69°79°
CMYK 0.190.690.00   0.21
XYZ27.693115.602057.4290
Yxy15.60200.27490.1549
Hunter Lab39.499456.0229-58.5535
CIE-Lab46.447962.3005-53.9233

#a43eca color RGB value is (164,62,202).

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

The process color (four color CMYK) of #a43eca color hex is 0.19, 0.69, 0.00, 0.21. Web safe color of #a43eca is #9933cc. Color #a43eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111110 11001010
Octal 244 76 312
Decimal 164 62 202
Hex A4 3E CA

RGB Percentages of Color #a43eca

%38.32
%14.49
%47.20

CMYK Percentages of Color #a43eca

%19
%69
%0
%21

Triadic Colors of #a43eca

#a43eca #caa43e #3ecaa4

Analogous Colors of #a43eca

#a43eca #ca3eaa #5e3eca

Monochromatic Colors of #a43eca

#a43eca

Complementary Color

#a43eca #64ca3e

#a43eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43eca Color CSS Codes

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

#a43eca Text Font Color

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

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


#a43eca Background Color

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

This div background color is #a43eca


#a43eca Border Color

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

This div border color is #a43eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43eca


Comments

No comments written yet.

Please login to write comment.