Color Hex Logo

#a62414 Color Hex

#A62414
(166,36,20)
0 Favorites   0 Comments

Color spaces of #a62414

RGB 1663620
HSL0.020.780.36
HSV88°65°
CMYK 0.000.780.88   0.35
XYZ16.48309.41931.6112
Yxy9.41930.59910.3424
Hunter Lab30.690942.157118.3710
CIE-Lab36.779451.330441.8976

#a62414 color RGB value is (166,36,20).

#a62414 hex color red value is 166, green value is 36 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #a62414 hue: 0.02 , saturation: 0.78 and the lightness value of a62414 is 0.36.

The process color (four color CMYK) of #a62414 color hex is 0.00, 0.78, 0.88, 0.35. Web safe color of #a62414 is #993300. Color #a62414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100100 00010100
Octal 246 44 24
Decimal 166 36 20
Hex A6 24 14

RGB Percentages of Color #a62414

%74.77
%16.22
%9.01

CMYK Percentages of Color #a62414

%0
%78
%88
%35

Triadic Colors of #a62414

#a62414 #14a624 #2414a6

Analogous Colors of #a62414

#a62414 #a66d14 #a6144d

Monochromatic Colors of #a62414

#a62414

Complementary Color

#a62414 #1496a6

#a62414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62414 Color CSS Codes

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

#a62414 Text Font Color

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

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


#a62414 Background Color

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

This div background color is #a62414


#a62414 Border Color

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

This div border color is #a62414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62414


Comments

No comments written yet.

Please login to write comment.