Color Hex Logo

#a6253b Color Hex

#A6253B
(166,37,59)
0 Favorites   0 Comments

Color spaces of #a6253b

RGB 1663759
HSL0.970.640.40
HSV350°78°65°
CMYK 0.000.780.64   0.35
XYZ17.17699.74595.1135
Yxy9.74590.53620.3042
Hunter Lab31.218443.581412.1413
CIE-Lab37.382552.589919.8810

#a6253b color RGB value is (166,37,59).

#a6253b hex color red value is 166, green value is 37 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a6253b hue: 0.97 , saturation: 0.64 and the lightness value of a6253b is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100101 00111011
Octal 246 45 73
Decimal 166 37 59
Hex A6 25 3B

RGB Percentages of Color #a6253b

%63.36
%14.12
%22.52

CMYK Percentages of Color #a6253b

%0
%78
%64
%35

Triadic Colors of #a6253b

#a6253b #3ba625 #253ba6

Analogous Colors of #a6253b

#a6253b #a65025 #a6257c

Monochromatic Colors of #a6253b

#a6253b

Complementary Color

#a6253b #25a690

#a6253b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6253b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6253b Color CSS Codes

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

#a6253b Text Font Color

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

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


#a6253b Background Color

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

This div background color is #a6253b


#a6253b Border Color

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

This div border color is #a6253b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6253b


Comments

No comments written yet.

Please login to write comment.