Color Hex Logo

#a13855 Color Hex

#A13855
(161,56,85)
0 Favorites   0 Comments

Color spaces of #a13855

RGB 1615685
HSL0.950.480.43
HSV343°65°63°
CMYK 0.000.650.47   0.37
XYZ17.751811.06139.7937
Yxy11.06130.45980.2865
Hunter Lab33.258537.07235.8217
CIE-Lab39.683545.79086.3956

#a13855 color RGB value is (161,56,85).

#a13855 hex color red value is 161, green value is 56 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a13855 hue: 0.95 , saturation: 0.48 and the lightness value of a13855 is 0.43.

The process color (four color CMYK) of #a13855 color hex is 0.00, 0.65, 0.47, 0.37. Web safe color of #a13855 is #993366. Color #a13855 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111000 01010101
Octal 241 70 125
Decimal 161 56 85
Hex A1 38 55

RGB Percentages of Color #a13855

%53.31
%18.54
%28.15

CMYK Percentages of Color #a13855

%0
%65
%47
%37

Triadic Colors of #a13855

#a13855 #55a138 #3855a1

Analogous Colors of #a13855

#a13855 #a15038 #a1388a

Monochromatic Colors of #a13855

#a13855

Complementary Color

#a13855 #38a184

#a13855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13855 Color CSS Codes

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

#a13855 Text Font Color

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

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


#a13855 Background Color

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

This div background color is #a13855


#a13855 Border Color

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

This div border color is #a13855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13855


Comments

No comments written yet.

Please login to write comment.