Color Hex Logo

#a54247 Color Hex

#A54247
(165,66,71)
0 Favorites   0 Comments

Color spaces of #a54247

RGB 1656671
HSL0.990.430.45
HSV357°60°65°
CMYK 0.000.600.57   0.35
XYZ18.602612.35077.3647
Yxy12.35070.48550.3223
Hunter Lab35.143632.984512.1757
CIE-Lab41.768241.300218.1120

#a54247 color RGB value is (165,66,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000010 01000111
Octal 245 102 107
Decimal 165 66 71
Hex A5 42 47

RGB Percentages of Color #a54247

%54.64
%21.85
%23.51

CMYK Percentages of Color #a54247

%0
%60
%57
%35

Triadic Colors of #a54247

#a54247 #47a542 #4247a5

Analogous Colors of #a54247

#a54247 #a56f42 #a54279

Monochromatic Colors of #a54247

#a54247

Complementary Color

#a54247 #42a5a0

#a54247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54247 Color CSS Codes

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

#a54247 Text Font Color

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

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


#a54247 Background Color

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

This div background color is #a54247


#a54247 Border Color

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

This div border color is #a54247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54247


Comments

No comments written yet.

Please login to write comment.