Color Hex Logo

#a5038e Color Hex

#A5038E
(165,3,142)
0 Favorites   0 Comments

Color spaces of #a5038e

RGB 1653142
HSL0.860.960.33
HSV309°98°65°
CMYK 0.000.980.14   0.35
XYZ20.432110.017526.4479
Yxy10.01750.35910.1761
Hunter Lab31.650459.8433-27.3889
CIE-Lab37.873867.3069-31.9024

#a5038e color RGB value is (165,3,142).

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

The process color (four color CMYK) of #a5038e color hex is 0.00, 0.98, 0.14, 0.35. Web safe color of #a5038e is #990099. Color #a5038e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000011 10001110
Octal 245 3 216
Decimal 165 3 142
Hex A5 3 8E

RGB Percentages of Color #a5038e

%53.23
%0.97
%45.81

CMYK Percentages of Color #a5038e

%0
%98
%14
%35

Triadic Colors of #a5038e

#a5038e #8ea503 #038ea5

Analogous Colors of #a5038e

#a5038e #a5033d #6b03a5

Monochromatic Colors of #a5038e

#a5038e

Complementary Color

#a5038e #03a51a

#a5038e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5038e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5038e Color CSS Codes

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

#a5038e Text Font Color

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

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


#a5038e Background Color

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

This div background color is #a5038e


#a5038e Border Color

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

This div border color is #a5038e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5038e


Comments

No comments written yet.

Please login to write comment.