Color Hex Logo

#a51755 Color Hex

#A51755
(165,23,85)
0 Favorites   0 Comments

Color spaces of #a51755

RGB 1652385
HSL0.930.760.37
HSV334°86°65°
CMYK 0.000.860.48   0.35
XYZ17.46319.26809.4628
Yxy9.26800.48250.2561
Hunter Lab30.443449.11622.8811
CIE-Lab36.495257.97551.9194

#a51755 color RGB value is (165,23,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010111 01010101
Octal 245 27 125
Decimal 165 23 85
Hex A5 17 55

RGB Percentages of Color #a51755

%60.44
%8.42
%31.14

CMYK Percentages of Color #a51755

%0
%86
%48
%35

Triadic Colors of #a51755

#a51755 #55a517 #1755a5

Analogous Colors of #a51755

#a51755 #a52017 #a5179c

Monochromatic Colors of #a51755

#a51755

Complementary Color

#a51755 #17a567

#a51755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51755 Color CSS Codes

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

#a51755 Text Font Color

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

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


#a51755 Background Color

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

This div background color is #a51755


#a51755 Border Color

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

This div border color is #a51755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51755


Comments

No comments written yet.

Please login to write comment.