Color Hex Logo

#a63955 Color Hex

#A63955
(166,57,85)
0 Favorites   0 Comments

Color spaces of #a63955

RGB 1665785
HSL0.960.490.44
HSV345°66°65°
CMYK 0.000.660.49   0.35
XYZ18.828711.68919.8582
Yxy11.68910.46630.2895
Hunter Lab34.189338.47206.8368
CIE-Lab40.717746.99967.9823

#a63955 color RGB value is (166,57,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111001 01010101
Octal 246 71 125
Decimal 166 57 85
Hex A6 39 55

RGB Percentages of Color #a63955

%53.90
%18.51
%27.60

CMYK Percentages of Color #a63955

%0
%66
%49
%35

Triadic Colors of #a63955

#a63955 #55a639 #3955a6

Analogous Colors of #a63955

#a63955 #a65439 #a6398c

Monochromatic Colors of #a63955

#a63955

Complementary Color

#a63955 #39a68a

#a63955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63955 Color CSS Codes

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

#a63955 Text Font Color

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

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


#a63955 Background Color

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

This div background color is #a63955


#a63955 Border Color

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

This div border color is #a63955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63955


Comments

No comments written yet.

Please login to write comment.