Color Hex Logo

#a63959 Color Hex

#A63959
(166,57,89)
0 Favorites   0 Comments

Color spaces of #a63959

RGB 1665789
HSL0.950.490.44
HSV342°66°65°
CMYK 0.000.660.46   0.35
XYZ18.992211.754510.7190
Yxy11.75450.45800.2835
Hunter Lab34.284838.88225.4626
CIE-Lab40.823247.38585.6230

#a63959 color RGB value is (166,57,89).

#a63959 hex color red value is 166, green value is 57 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a63959 hue: 0.95 , saturation: 0.49 and the lightness value of a63959 is 0.44.

The process color (four color CMYK) of #a63959 color hex is 0.00, 0.66, 0.46, 0.35. Web safe color of #a63959 is #993366. Color #a63959 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111001 01011001
Octal 246 71 131
Decimal 166 57 89
Hex A6 39 59

RGB Percentages of Color #a63959

%53.21
%18.27
%28.53

CMYK Percentages of Color #a63959

%0
%66
%46
%35

Triadic Colors of #a63959

#a63959 #59a639 #3959a6

Analogous Colors of #a63959

#a63959 #a64f39 #a63990

Monochromatic Colors of #a63959

#a63959

Complementary Color

#a63959 #39a686

#a63959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63959 Color CSS Codes

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

#a63959 Text Font Color

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

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


#a63959 Background Color

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

This div background color is #a63959


#a63959 Border Color

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

This div border color is #a63959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63959


Comments

No comments written yet.

Please login to write comment.