Color Hex Logo

#a64243 Color Hex

#A64243
(166,66,67)
0 Favorites   0 Comments

Color spaces of #a64243

RGB 1666667
HSL1.000.430.45
HSV359°60°65°
CMYK 0.000.600.60   0.35
XYZ18.687212.40876.7204
Yxy12.40870.49420.3281
Hunter Lab35.226033.047813.3469
CIE-Lab41.858441.350520.7169

#a64243 color RGB value is (166,66,67).

#a64243 hex color red value is 166, green value is 66 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #a64243 hue: 1.00 , saturation: 0.43 and the lightness value of a64243 is 0.45.

The process color (four color CMYK) of #a64243 color hex is 0.00, 0.60, 0.60, 0.35. Web safe color of #a64243 is #993333. Color #a64243 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000010 01000011
Octal 246 102 103
Decimal 166 66 67
Hex A6 42 43

RGB Percentages of Color #a64243

%55.52
%22.07
%22.41

CMYK Percentages of Color #a64243

%0
%60
%60
%35

Triadic Colors of #a64243

#a64243 #43a642 #4243a6

Analogous Colors of #a64243

#a64243 #a67342 #a64275

Monochromatic Colors of #a64243

#a64243

Complementary Color

#a64243 #42a6a5

#a64243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64243 Color CSS Codes

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

#a64243 Text Font Color

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

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


#a64243 Background Color

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

This div background color is #a64243


#a64243 Border Color

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

This div border color is #a64243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64243


Comments

No comments written yet.

Please login to write comment.