Color Hex Logo

#55013a Color Hex

#55013A
(85,1,58)
0 Favorites   0 Comments

Color spaces of #55013a

RGB 85158
HSL0.890.980.17
HSV319°99°33°
CMYK 0.000.990.32   0.67
XYZ4.52092.25854.2006
Yxy2.25850.41170.2057
Hunter Lab15.028327.3978-6.0525
CIE-Lab16.789239.8284-11.0461

#55013a color RGB value is (85,1,58).

#55013a hex color red value is 85, green value is 1 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #55013a hue: 0.89 , saturation: 0.98 and the lightness value of 55013a is 0.17.

The process color (four color CMYK) of #55013a color hex is 0.00, 0.99, 0.32, 0.67. Web safe color of #55013a is #660033. Color #55013a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000001 00111010
Octal 125 1 72
Decimal 85 1 58
Hex 55 1 3A

RGB Percentages of Color #55013a

%59.03
%0.69
%40.28

CMYK Percentages of Color #55013a

%0
%99
%32
%67

Triadic Colors of #55013a

#55013a #3a5501 #013a55

Analogous Colors of #55013a

#55013a #550110 #460155

Monochromatic Colors of #55013a

#55013a

Complementary Color

#55013a #01551c

#55013a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55013a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55013a Color CSS Codes

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

#55013a Text Font Color

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

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


#55013a Background Color

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

This div background color is #55013a


#55013a Border Color

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

This div border color is #55013a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55013a


Comments

No comments written yet.

Please login to write comment.