Color Hex Logo

#a43abc Color Hex

#A43ABC
(164,58,188)
0 Favorites   0 Comments

Color spaces of #a43abc

RGB 16458188
HSL0.800.530.48
HSV289°69°74°
CMYK 0.130.690.00   0.26
XYZ25.900014.549549.0202
Yxy14.54950.28950.1626
Hunter Lab38.143854.4515-49.4954
CIE-Lab45.010961.1803-48.0945

#a43abc color RGB value is (164,58,188).

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

The process color (four color CMYK) of #a43abc color hex is 0.13, 0.69, 0.00, 0.26. Web safe color of #a43abc is #9933cc. Color #a43abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111010 10111100
Octal 244 72 274
Decimal 164 58 188
Hex A4 3A BC

RGB Percentages of Color #a43abc

%40.00
%14.15
%45.85

CMYK Percentages of Color #a43abc

%13
%69
%0
%26

Triadic Colors of #a43abc

#a43abc #bca43a #3abca4

Analogous Colors of #a43abc

#a43abc #bc3a93 #633abc

Monochromatic Colors of #a43abc

#a43abc

Complementary Color

#a43abc #52bc3a

#a43abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43abc Color CSS Codes

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

#a43abc Text Font Color

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

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


#a43abc Background Color

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

This div background color is #a43abc


#a43abc Border Color

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

This div border color is #a43abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43abc


Comments

No comments written yet.

Please login to write comment.