Color Hex Logo

#a5031e Color Hex

#A5031E
(165,3,30)
0 Favorites   0 Comments

Color spaces of #a5031e

RGB 165330
HSL0.970.960.33
HSV350°98°65°
CMYK 0.000.980.82   0.35
XYZ15.78408.15821.9711
Yxy8.15820.60910.3148
Hunter Lab28.562648.656715.9022
CIE-Lab34.310257.974934.2272

#a5031e color RGB value is (165,3,30).

#a5031e hex color red value is 165, green value is 3 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #a5031e hue: 0.97 , saturation: 0.96 and the lightness value of a5031e is 0.33.

The process color (four color CMYK) of #a5031e color hex is 0.00, 0.98, 0.82, 0.35. Web safe color of #a5031e is #990033. Color #a5031e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000011 00011110
Octal 245 3 36
Decimal 165 3 30
Hex A5 3 1E

RGB Percentages of Color #a5031e

%83.33
%1.52
%15.15

CMYK Percentages of Color #a5031e

%0
%98
%82
%35

Triadic Colors of #a5031e

#a5031e #1ea503 #031ea5

Analogous Colors of #a5031e

#a5031e #a53903 #a5036f

Monochromatic Colors of #a5031e

#a5031e

Complementary Color

#a5031e #03a58a

#a5031e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5031e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5031e Color CSS Codes

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

#a5031e Text Font Color

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

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


#a5031e Background Color

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

This div background color is #a5031e


#a5031e Border Color

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

This div border color is #a5031e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5031e


Comments

No comments written yet.

Please login to write comment.