Color Hex Logo

#a5047d Color Hex

#A5047D
(165,4,125)
0 Favorites   0 Comments

Color spaces of #a5047d

RGB 1654125
HSL0.870.950.33
HSV315°98°65°
CMYK 0.000.980.24   0.35
XYZ19.26219.566820.2334
Yxy9.56680.39260.1950
Hunter Lab30.930257.0346-17.1341
CIE-Lab37.053465.0131-22.6585

#a5047d color RGB value is (165,4,125).

#a5047d hex color red value is 165, green value is 4 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a5047d hue: 0.87 , saturation: 0.95 and the lightness value of a5047d is 0.33.

The process color (four color CMYK) of #a5047d color hex is 0.00, 0.98, 0.24, 0.35. Web safe color of #a5047d is #990066. Color #a5047d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000100 01111101
Octal 245 4 175
Decimal 165 4 125
Hex A5 4 7D

RGB Percentages of Color #a5047d

%56.12
%1.36
%42.52

CMYK Percentages of Color #a5047d

%0
%98
%24
%35

Triadic Colors of #a5047d

#a5047d #7da504 #047da5

Analogous Colors of #a5047d

#a5047d #a5042c #7d04a5

Monochromatic Colors of #a5047d

#a5047d

Complementary Color

#a5047d #04a52c

#a5047d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5047d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5047d Color CSS Codes

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

#a5047d Text Font Color

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

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


#a5047d Background Color

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

This div background color is #a5047d


#a5047d Border Color

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

This div border color is #a5047d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5047d


Comments

No comments written yet.

Please login to write comment.