Color Hex Logo

#a5013e Color Hex

#A5013E
(165,1,62)
0 Favorites   0 Comments

Color spaces of #a5013e

RGB 165162
HSL0.940.990.33
HSV338°99°65°
CMYK 0.000.990.62   0.35
XYZ16.39748.36885.3085
Yxy8.36880.54520.2783
Hunter Lab28.928950.55149.3704
CIE-Lab34.739459.639714.4183

#a5013e color RGB value is (165,1,62).

#a5013e hex color red value is 165, green value is 1 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a5013e hue: 0.94 , saturation: 0.99 and the lightness value of a5013e is 0.33.

The process color (four color CMYK) of #a5013e color hex is 0.00, 0.99, 0.62, 0.35. Web safe color of #a5013e is #990033. Color #a5013e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000001 00111110
Octal 245 1 76
Decimal 165 1 62
Hex A5 1 3E

RGB Percentages of Color #a5013e

%72.37
%0.44
%27.19

CMYK Percentages of Color #a5013e

%0
%99
%62
%35

Triadic Colors of #a5013e

#a5013e #3ea501 #013ea5

Analogous Colors of #a5013e

#a5013e #a51601 #a50190

Monochromatic Colors of #a5013e

#a5013e

Complementary Color

#a5013e #01a568

#a5013e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5013e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5013e Color CSS Codes

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

#a5013e Text Font Color

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

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


#a5013e Background Color

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

This div background color is #a5013e


#a5013e Border Color

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

This div border color is #a5013e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5013e


Comments

No comments written yet.

Please login to write comment.