Color Hex Logo

#a5217e Color Hex

#A5217E
(165,33,126)
0 Favorites   0 Comments

Color spaces of #a5217e

RGB 16533126
HSL0.880.670.39
HSV318°80°65°
CMYK 0.000.800.24   0.35
XYZ19.826810.593420.7384
Yxy10.59340.38760.2071
Hunter Lab32.547551.7778-14.9948
CIE-Lab38.887059.9521-20.4388

#a5217e color RGB value is (165,33,126).

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

The process color (four color CMYK) of #a5217e color hex is 0.00, 0.80, 0.24, 0.35. Web safe color of #a5217e is #993366. Color #a5217e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100001 01111110
Octal 245 41 176
Decimal 165 33 126
Hex A5 21 7E

RGB Percentages of Color #a5217e

%50.93
%10.19
%38.89

CMYK Percentages of Color #a5217e

%0
%80
%24
%35

Triadic Colors of #a5217e

#a5217e #7ea521 #217ea5

Analogous Colors of #a5217e

#a5217e #a5213c #8a21a5

Monochromatic Colors of #a5217e

#a5217e

Complementary Color

#a5217e #21a548

#a5217e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5217e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5217e Color CSS Codes

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

#a5217e Text Font Color

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

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


#a5217e Background Color

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

This div background color is #a5217e


#a5217e Border Color

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

This div border color is #a5217e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5217e


Comments

No comments written yet.

Please login to write comment.