Color Hex Logo

#a62430 Color Hex

#A62430
(166,36,48)
0 Favorites   0 Comments

Color spaces of #a62430

RGB 1663648
HSL0.980.640.40
HSV354°78°65°
CMYK 0.000.780.71   0.35
XYZ16.89039.58213.7556
Yxy9.58210.55880.3170
Hunter Lab30.955043.225714.4751
CIE-Lab37.081752.305226.4169

#a62430 color RGB value is (166,36,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100100 00110000
Octal 246 44 60
Decimal 166 36 48
Hex A6 24 30

RGB Percentages of Color #a62430

%66.40
%14.40
%19.20

CMYK Percentages of Color #a62430

%0
%78
%71
%35

Triadic Colors of #a62430

#a62430 #30a624 #2430a6

Analogous Colors of #a62430

#a62430 #a65924 #a62471

Monochromatic Colors of #a62430

#a62430

Complementary Color

#a62430 #24a69a

#a62430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62430 Color CSS Codes

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

#a62430 Text Font Color

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

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


#a62430 Background Color

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

This div background color is #a62430


#a62430 Border Color

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

This div border color is #a62430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62430


Comments

No comments written yet.

Please login to write comment.