Color Hex Logo

#a63e7e Color Hex

#A63E7E
(166,62,126)
0 Favorites   0 Comments

Color spaces of #a63e7e

RGB 16662126
HSL0.900.460.45
HSV323°63°65°
CMYK 0.000.630.24   0.35
XYZ21.214413.058621.1411
Yxy13.05860.38280.2357
Hunter Lab36.136741.5510-9.3908
CIE-Lab42.851449.6267-14.3438

#a63e7e color RGB value is (166,62,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111110 01111110
Octal 246 76 176
Decimal 166 62 126
Hex A6 3E 7E

RGB Percentages of Color #a63e7e

%46.89
%17.51
%35.59

CMYK Percentages of Color #a63e7e

%0
%63
%24
%35

Triadic Colors of #a63e7e

#a63e7e #7ea63e #3e7ea6

Analogous Colors of #a63e7e

#a63e7e #a63e4a #9a3ea6

Monochromatic Colors of #a63e7e

#a63e7e

Complementary Color

#a63e7e #3ea666

#a63e7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63e7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63e7e Color CSS Codes

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

#a63e7e Text Font Color

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

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


#a63e7e Background Color

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

This div background color is #a63e7e


#a63e7e Border Color

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

This div border color is #a63e7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63e7e


Comments

No comments written yet.

Please login to write comment.