Color Hex Logo

#a43093 Color Hex

#A43093
(164,48,147)
0 Favorites   0 Comments

Color spaces of #a43093

RGB 16448147
HSL0.860.550.42
HSV309°71°64°
CMYK 0.000.710.10   0.36
XYZ21.633312.113028.8016
Yxy12.11300.34590.1937
Hunter Lab34.803750.0455-24.7024
CIE-Lab41.395257.8869-29.4282

#a43093 color RGB value is (164,48,147).

#a43093 hex color red value is 164, green value is 48 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #a43093 hue: 0.86 , saturation: 0.55 and the lightness value of a43093 is 0.42.

The process color (four color CMYK) of #a43093 color hex is 0.00, 0.71, 0.10, 0.36. Web safe color of #a43093 is #993399. Color #a43093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110000 10010011
Octal 244 60 223
Decimal 164 48 147
Hex A4 30 93

RGB Percentages of Color #a43093

%45.68
%13.37
%40.95

CMYK Percentages of Color #a43093

%0
%71
%10
%36

Triadic Colors of #a43093

#a43093 #93a430 #3093a4

Analogous Colors of #a43093

#a43093 #a43059 #7b30a4

Monochromatic Colors of #a43093

#a43093

Complementary Color

#a43093 #30a441

#a43093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43093 Color CSS Codes

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

#a43093 Text Font Color

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

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


#a43093 Background Color

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

This div background color is #a43093


#a43093 Border Color

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

This div border color is #a43093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43093


Comments

No comments written yet.

Please login to write comment.