Color Hex Logo

#a63373 Color Hex

#A63373
(166,51,115)
0 Favorites   0 Comments

Color spaces of #a63373

RGB 16651115
HSL0.910.530.43
HSV327°69°65°
CMYK 0.000.690.31   0.35
XYZ20.004211.712417.4260
Yxy11.71240.40710.2383
Hunter Lab34.223444.4456-6.2332
CIE-Lab40.755352.7809-10.7325

#a63373 color RGB value is (166,51,115).

#a63373 hex color red value is 166, green value is 51 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #a63373 hue: 0.91 , saturation: 0.53 and the lightness value of a63373 is 0.43.

The process color (four color CMYK) of #a63373 color hex is 0.00, 0.69, 0.31, 0.35. Web safe color of #a63373 is #993366. Color #a63373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110011 01110011
Octal 246 63 163
Decimal 166 51 115
Hex A6 33 73

RGB Percentages of Color #a63373

%50.00
%15.36
%34.64

CMYK Percentages of Color #a63373

%0
%69
%31
%35

Triadic Colors of #a63373

#a63373 #73a633 #3373a6

Analogous Colors of #a63373

#a63373 #a63339 #a033a6

Monochromatic Colors of #a63373

#a63373

Complementary Color

#a63373 #33a666

#a63373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63373 Color CSS Codes

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

#a63373 Text Font Color

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

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


#a63373 Background Color

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

This div background color is #a63373


#a63373 Border Color

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

This div border color is #a63373


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,51,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a63373; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a63373;
  -webkit-box-shadow: 1px 1px 3px 2px #a63373;
  box-shadow:         1px 1px 3px 2px #a63373; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,51,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63373


Comments

No comments written yet.

Please login to write comment.