Color Hex Logo

#a13b63 Color Hex

#A13B63
(161,59,99)
0 Favorites   0 Comments

Color spaces of #a13b63

RGB 1615999
HSL0.930.460.43
HSV336°63°63°
CMYK 0.000.630.39   0.37
XYZ18.514011.605813.0687
Yxy11.60580.42870.2687
Hunter Lab34.067337.38881.1026
CIE-Lab40.582645.9487-1.0991

#a13b63 color RGB value is (161,59,99).

#a13b63 hex color red value is 161, green value is 59 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a13b63 hue: 0.93 , saturation: 0.46 and the lightness value of a13b63 is 0.43.

The process color (four color CMYK) of #a13b63 color hex is 0.00, 0.63, 0.39, 0.37. Web safe color of #a13b63 is #993366. Color #a13b63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111011 01100011
Octal 241 73 143
Decimal 161 59 99
Hex A1 3B 63

RGB Percentages of Color #a13b63

%50.47
%18.50
%31.03

CMYK Percentages of Color #a13b63

%0
%63
%39
%37

Triadic Colors of #a13b63

#a13b63 #63a13b #3b63a1

Analogous Colors of #a13b63

#a13b63 #a1463b #a13b96

Monochromatic Colors of #a13b63

#a13b63

Complementary Color

#a13b63 #3ba179

#a13b63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13b63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13b63 Color CSS Codes

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

#a13b63 Text Font Color

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

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


#a13b63 Background Color

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

This div background color is #a13b63


#a13b63 Border Color

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

This div border color is #a13b63


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,59,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13b63


Comments

No comments written yet.

Please login to write comment.