Color Hex Logo

#a5205e Color Hex

#A5205E
(165,32,94)
0 Favorites   0 Comments

Color spaces of #a5205e

RGB 1653294
HSL0.920.680.39
HSV332°81°65°
CMYK 0.000.810.43   0.35
XYZ18.05399.840511.5375
Yxy9.84050.45790.2496
Hunter Lab31.369647.83410.1523
CIE-Lab37.554656.5792-2.3057

#a5205e color RGB value is (165,32,94).

#a5205e hex color red value is 165, green value is 32 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a5205e hue: 0.92 , saturation: 0.68 and the lightness value of a5205e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100000 01011110
Octal 245 40 136
Decimal 165 32 94
Hex A5 20 5E

RGB Percentages of Color #a5205e

%56.70
%11.00
%32.30

CMYK Percentages of Color #a5205e

%0
%81
%43
%35

Triadic Colors of #a5205e

#a5205e #5ea520 #205ea5

Analogous Colors of #a5205e

#a5205e #a52420 #a520a1

Monochromatic Colors of #a5205e

#a5205e

Complementary Color

#a5205e #20a567

#a5205e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5205e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5205e Color CSS Codes

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

#a5205e Text Font Color

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

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


#a5205e Background Color

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

This div background color is #a5205e


#a5205e Border Color

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

This div border color is #a5205e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5205e


Comments

No comments written yet.

Please login to write comment.