Color Hex Logo

#a5355e Color Hex

#A5355E
(165,53,94)
0 Favorites   0 Comments

Color spaces of #a5355e

RGB 1655394
HSL0.940.510.43
HSV338°68°65°
CMYK 0.000.680.43   0.35
XYZ18.810511.353711.7897
Yxy11.35370.44840.2706
Hunter Lab33.695340.68162.8416
CIE-Lab40.169949.26671.5188

#a5355e color RGB value is (165,53,94).

#a5355e hex color red value is 165, green value is 53 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a5355e hue: 0.94 , saturation: 0.51 and the lightness value of a5355e is 0.43.

The process color (four color CMYK) of #a5355e color hex is 0.00, 0.68, 0.43, 0.35. Web safe color of #a5355e is #993366. Color #a5355e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110101 01011110
Octal 245 65 136
Decimal 165 53 94
Hex A5 35 5E

RGB Percentages of Color #a5355e

%52.88
%16.99
%30.13

CMYK Percentages of Color #a5355e

%0
%68
%43
%35

Triadic Colors of #a5355e

#a5355e #5ea535 #355ea5

Analogous Colors of #a5355e

#a5355e #a54435 #a53596

Monochromatic Colors of #a5355e

#a5355e

Complementary Color

#a5355e #35a57c

#a5355e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5355e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5355e Color CSS Codes

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

#a5355e Text Font Color

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

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


#a5355e Background Color

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

This div background color is #a5355e


#a5355e Border Color

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

This div border color is #a5355e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5355e


Comments

No comments written yet.

Please login to write comment.