Color Hex Logo

#a5207f Color Hex

#A5207F
(165,32,127)
0 Favorites   0 Comments

Color spaces of #a5207f

RGB 16532127
HSL0.880.680.39
HSV317°81°65°
CMYK 0.000.810.23   0.35
XYZ19.864310.564721.0709
Yxy10.56470.38570.2051
Hunter Lab32.503452.2086-15.6834
CIE-Lab38.837460.3528-21.1361

#a5207f color RGB value is (165,32,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100000 01111111
Octal 245 40 177
Decimal 165 32 127
Hex A5 20 7F

RGB Percentages of Color #a5207f

%50.93
%9.88
%39.20

CMYK Percentages of Color #a5207f

%0
%81
%23
%35

Triadic Colors of #a5207f

#a5207f #7fa520 #207fa5

Analogous Colors of #a5207f

#a5207f #a5203d #8920a5

Monochromatic Colors of #a5207f

#a5207f

Complementary Color

#a5207f #20a546

#a5207f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5207f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5207f Color CSS Codes

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

#a5207f Text Font Color

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

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


#a5207f Background Color

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

This div background color is #a5207f


#a5207f Border Color

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

This div border color is #a5207f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5207f


Comments

No comments written yet.

Please login to write comment.