Color Hex Logo

#a63d72 Color Hex

#A63D72
(166,61,114)
0 Favorites   0 Comments

Color spaces of #a63d72

RGB 16661114
HSL0.920.460.45
HSV330°63°65°
CMYK 0.000.630.31   0.35
XYZ20.431912.659417.2862
Yxy12.65940.40560.2513
Hunter Lab35.580140.2388-3.8994
CIE-Lab42.245548.4625-7.8721

#a63d72 color RGB value is (166,61,114).

#a63d72 hex color red value is 166, green value is 61 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #a63d72 hue: 0.92 , saturation: 0.46 and the lightness value of a63d72 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111101 01110010
Octal 246 75 162
Decimal 166 61 114
Hex A6 3D 72

RGB Percentages of Color #a63d72

%48.68
%17.89
%33.43

CMYK Percentages of Color #a63d72

%0
%63
%31
%35

Triadic Colors of #a63d72

#a63d72 #72a63d #3d72a6

Analogous Colors of #a63d72

#a63d72 #a63d3e #a63da6

Monochromatic Colors of #a63d72

#a63d72

Complementary Color

#a63d72 #3da671

#a63d72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63d72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63d72 Color CSS Codes

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

#a63d72 Text Font Color

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

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


#a63d72 Background Color

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

This div background color is #a63d72


#a63d72 Border Color

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

This div border color is #a63d72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63d72


Comments

No comments written yet.

Please login to write comment.