Color Hex Logo

#a5427a Color Hex

#A5427A
(165,66,122)
0 Favorites   0 Comments

Color spaces of #a5427a

RGB 16566122
HSL0.910.430.45
HSV326°60°65°
CMYK 0.000.600.26   0.35
XYZ20.978113.300919.8740
Yxy13.30090.38740.2456
Hunter Lab36.470438.8516-6.7799
CIE-Lab43.213246.9370-11.3585

#a5427a color RGB value is (165,66,122).

#a5427a hex color red value is 165, green value is 66 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #a5427a hue: 0.91 , saturation: 0.43 and the lightness value of a5427a is 0.45.

The process color (four color CMYK) of #a5427a color hex is 0.00, 0.60, 0.26, 0.35. Web safe color of #a5427a is #993366. Color #a5427a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000010 01111010
Octal 245 102 172
Decimal 165 66 122
Hex A5 42 7A

RGB Percentages of Color #a5427a

%46.74
%18.70
%34.56

CMYK Percentages of Color #a5427a

%0
%60
%26
%35

Triadic Colors of #a5427a

#a5427a #7aa542 #427aa5

Analogous Colors of #a5427a

#a5427a #a54249 #9f42a5

Monochromatic Colors of #a5427a

#a5427a

Complementary Color

#a5427a #42a56d

#a5427a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5427a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5427a Color CSS Codes

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

#a5427a Text Font Color

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

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


#a5427a Background Color

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

This div background color is #a5427a


#a5427a Border Color

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

This div border color is #a5427a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5427a


Comments

No comments written yet.

Please login to write comment.