Color Hex Logo

#a5377d Color Hex

#A5377D
(165,55,125)
0 Favorites   0 Comments

Color spaces of #a5377d

RGB 16555125
HSL0.890.500.43
HSV322°67°65°
CMYK 0.000.670.24   0.35
XYZ20.584912.212420.6743
Yxy12.21240.38500.2284
Hunter Lab34.946243.9886-10.6138
CIE-Lab41.551752.1987-15.7259

#a5377d color RGB value is (165,55,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110111 01111101
Octal 245 67 175
Decimal 165 55 125
Hex A5 37 7D

RGB Percentages of Color #a5377d

%47.83
%15.94
%36.23

CMYK Percentages of Color #a5377d

%0
%67
%24
%35

Triadic Colors of #a5377d

#a5377d #7da537 #377da5

Analogous Colors of #a5377d

#a5377d #a53746 #9637a5

Monochromatic Colors of #a5377d

#a5377d

Complementary Color

#a5377d #37a55f

#a5377d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5377d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5377d Color CSS Codes

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

#a5377d Text Font Color

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

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


#a5377d Background Color

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

This div background color is #a5377d


#a5377d Border Color

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

This div border color is #a5377d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5377d


Comments

No comments written yet.

Please login to write comment.