Color Hex Logo

#a5367d Color Hex

#A5367D
(165,54,125)
0 Favorites   0 Comments

Color spaces of #a5367d

RGB 16554125
HSL0.890.510.43
HSV322°67°65°
CMYK 0.000.670.24   0.35
XYZ20.537912.118320.6586
Yxy12.11830.38520.2273
Hunter Lab34.811344.3911-10.8174
CIE-Lab41.403552.6088-15.9523

#a5367d color RGB value is (165,54,125).

#a5367d hex color red value is 165, green value is 54 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a5367d hue: 0.89 , saturation: 0.51 and the lightness value of a5367d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110110 01111101
Octal 245 66 175
Decimal 165 54 125
Hex A5 36 7D

RGB Percentages of Color #a5367d

%47.97
%15.70
%36.34

CMYK Percentages of Color #a5367d

%0
%67
%24
%35

Triadic Colors of #a5367d

#a5367d #7da536 #367da5

Analogous Colors of #a5367d

#a5367d #a53646 #9636a5

Monochromatic Colors of #a5367d

#a5367d

Complementary Color

#a5367d #36a55e

#a5367d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5367d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5367d Color CSS Codes

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

#a5367d Text Font Color

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

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


#a5367d Background Color

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

This div background color is #a5367d


#a5367d Border Color

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

This div border color is #a5367d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5367d


Comments

No comments written yet.

Please login to write comment.