Color Hex Logo

#a5083e Color Hex

#A5083E
(165,8,62)
0 Favorites   0 Comments

Color spaces of #a5083e

RGB 165862
HSL0.940.910.34
HSV339°95°65°
CMYK 0.000.950.62   0.35
XYZ16.47348.52085.3339
Yxy8.52080.54320.2810
Hunter Lab29.190449.65209.5994
CIE-Lab35.044858.752914.8284

#a5083e color RGB value is (165,8,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001000 00111110
Octal 245 10 76
Decimal 165 8 62
Hex A5 8 3E

RGB Percentages of Color #a5083e

%70.21
%3.40
%26.38

CMYK Percentages of Color #a5083e

%0
%95
%62
%35

Triadic Colors of #a5083e

#a5083e #3ea508 #083ea5

Analogous Colors of #a5083e

#a5083e #a52008 #a5088d

Monochromatic Colors of #a5083e

#a5083e

Complementary Color

#a5083e #08a56f

#a5083e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5083e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5083e Color CSS Codes

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

#a5083e Text Font Color

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

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


#a5083e Background Color

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

This div background color is #a5083e


#a5083e Border Color

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

This div border color is #a5083e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,8,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 #a5083e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5083e


Comments

No comments written yet.

Please login to write comment.