Color Hex Logo

#a5218e Color Hex

#A5218E
(165,33,142)
0 Favorites   0 Comments

Color spaces of #a5218e

RGB 16533142
HSL0.860.670.39
HSV310°80°65°
CMYK 0.000.800.14   0.35
XYZ20.943411.040026.6183
Yxy11.04000.35740.1884
Hunter Lab33.226554.3662-24.2397
CIE-Lab39.647862.1385-29.1113

#a5218e color RGB value is (165,33,142).

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

The process color (four color CMYK) of #a5218e color hex is 0.00, 0.80, 0.14, 0.35. Web safe color of #a5218e is #993399. Color #a5218e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100001 10001110
Octal 245 41 216
Decimal 165 33 142
Hex A5 21 8E

RGB Percentages of Color #a5218e

%48.53
%9.71
%41.76

CMYK Percentages of Color #a5218e

%0
%80
%14
%35

Triadic Colors of #a5218e

#a5218e #8ea521 #218ea5

Analogous Colors of #a5218e

#a5218e #a5214c #7a21a5

Monochromatic Colors of #a5218e

#a5218e

Complementary Color

#a5218e #21a538

#a5218e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5218e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5218e Color CSS Codes

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

#a5218e Text Font Color

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

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


#a5218e Background Color

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

This div background color is #a5218e


#a5218e Border Color

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

This div border color is #a5218e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5218e


Comments

No comments written yet.

Please login to write comment.