Color Hex Logo

#a51155 Color Hex

#A51155
(165,17,85)
0 Favorites   0 Comments

Color spaces of #a51155

RGB 1651785
HSL0.920.810.36
HSV332°90°65°
CMYK 0.000.900.48   0.35
XYZ17.35729.05619.4275
Yxy9.05610.48430.2527
Hunter Lab30.093450.29162.4913
CIE-Lab36.092159.13761.3345

#a51155 color RGB value is (165,17,85).

#a51155 hex color red value is 165, green value is 17 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a51155 hue: 0.92 , saturation: 0.81 and the lightness value of a51155 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010001 01010101
Octal 245 21 125
Decimal 165 17 85
Hex A5 11 55

RGB Percentages of Color #a51155

%61.80
%6.37
%31.84

CMYK Percentages of Color #a51155

%0
%90
%48
%35

Triadic Colors of #a51155

#a51155 #55a511 #1155a5

Analogous Colors of #a51155

#a51155 #a51711 #a5119f

Monochromatic Colors of #a51155

#a51155

Complementary Color

#a51155 #11a561

#a51155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51155 Color CSS Codes

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

#a51155 Text Font Color

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

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


#a51155 Background Color

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

This div background color is #a51155


#a51155 Border Color

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

This div border color is #a51155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51155


Comments

No comments written yet.

Please login to write comment.