Color Hex Logo

#a45758 Color Hex

#A45758
(164,87,88)
0 Favorites   0 Comments

Color spaces of #a45758

RGB 1648788
HSL1.000.310.49
HSV359°47°64°
CMYK 0.000.470.46   0.36
XYZ20.479515.413511.1282
Yxy15.41350.43550.3278
Hunter Lab39.260024.407210.6764
CIE-Lab46.195431.669413.7249

#a45758 color RGB value is (164,87,88).

#a45758 hex color red value is 164, green value is 87 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #a45758 hue: 1.00 , saturation: 0.31 and the lightness value of a45758 is 0.49.

The process color (four color CMYK) of #a45758 color hex is 0.00, 0.47, 0.46, 0.36. Web safe color of #a45758 is #996666. Color #a45758 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010111 01011000
Octal 244 127 130
Decimal 164 87 88
Hex A4 57 58

RGB Percentages of Color #a45758

%48.38
%25.66
%25.96

CMYK Percentages of Color #a45758

%0
%47
%46
%36

Triadic Colors of #a45758

#a45758 #58a457 #5758a4

Analogous Colors of #a45758

#a45758 #a47d57 #a4577f

Monochromatic Colors of #a45758

#a45758

Complementary Color

#a45758 #57a4a3

#a45758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45758 Color CSS Codes

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

#a45758 Text Font Color

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

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


#a45758 Background Color

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

This div background color is #a45758


#a45758 Border Color

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

This div border color is #a45758


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,87,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a45758; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a45758;
  -webkit-box-shadow: 1px 1px 3px 2px #a45758;
  box-shadow:         1px 1px 3px 2px #a45758; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,87,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45758


Comments

No comments written yet.

Please login to write comment.