Color Hex Logo

#a51775 Color Hex

#A51775
(165,23,117)
0 Favorites   0 Comments

Color spaces of #a51775

RGB 16523117
HSL0.890.760.37
HSV320°86°65°
CMYK 0.000.860.29   0.35
XYZ19.03439.896517.7366
Yxy9.89650.40790.2121
Hunter Lab31.458752.9499-11.4070
CIE-Lab37.656061.2534-16.7175

#a51775 color RGB value is (165,23,117).

#a51775 hex color red value is 165, green value is 23 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #a51775 hue: 0.89 , saturation: 0.76 and the lightness value of a51775 is 0.37.

The process color (four color CMYK) of #a51775 color hex is 0.00, 0.86, 0.29, 0.35. Web safe color of #a51775 is #990066. Color #a51775 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010111 01110101
Octal 245 27 165
Decimal 165 23 117
Hex A5 17 75

RGB Percentages of Color #a51775

%54.10
%7.54
%38.36

CMYK Percentages of Color #a51775

%0
%86
%29
%35

Triadic Colors of #a51775

#a51775 #75a517 #1775a5

Analogous Colors of #a51775

#a51775 #a5172e #8e17a5

Monochromatic Colors of #a51775

#a51775

Complementary Color

#a51775 #17a547

#a51775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51775 Color CSS Codes

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

#a51775 Text Font Color

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

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


#a51775 Background Color

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

This div background color is #a51775


#a51775 Border Color

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

This div border color is #a51775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51775


Comments

No comments written yet.

Please login to write comment.