Color Hex Logo

#a62635 Color Hex

#A62635
(166,38,53)
0 Favorites   0 Comments

Color spaces of #a62635

RGB 1663853
HSL0.980.630.40
HSV353°77°65°
CMYK 0.000.770.68   0.35
XYZ17.06169.75034.3509
Yxy9.75030.54750.3129
Hunter Lab31.225542.887813.5965
CIE-Lab37.390551.921423.6767

#a62635 color RGB value is (166,38,53).

#a62635 hex color red value is 166, green value is 38 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #a62635 hue: 0.98 , saturation: 0.63 and the lightness value of a62635 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100110 00110101
Octal 246 46 65
Decimal 166 38 53
Hex A6 26 35

RGB Percentages of Color #a62635

%64.59
%14.79
%20.62

CMYK Percentages of Color #a62635

%0
%77
%68
%35

Triadic Colors of #a62635

#a62635 #35a626 #2635a6

Analogous Colors of #a62635

#a62635 #a65726 #a62675

Monochromatic Colors of #a62635

#a62635

Complementary Color

#a62635 #26a697

#a62635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62635 Color CSS Codes

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

#a62635 Text Font Color

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

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


#a62635 Background Color

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

This div background color is #a62635


#a62635 Border Color

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

This div border color is #a62635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62635


Comments

No comments written yet.

Please login to write comment.