Color Hex Logo

#55012e Color Hex

#55012E
(85,1,46)
0 Favorites   0 Comments

Color spaces of #55012e

RGB 85146
HSL0.910.980.17
HSV328°99°33°
CMYK 0.000.990.46   0.67
XYZ4.25032.15032.7758
Yxy2.15030.46320.2343
Hunter Lab14.663926.0760-0.9586
CIE-Lab16.257038.4333-3.2470

#55012e color RGB value is (85,1,46).

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

The process color (four color CMYK) of #55012e color hex is 0.00, 0.99, 0.46, 0.67. Web safe color of #55012e is #660033. Color #55012e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000001 00101110
Octal 125 1 56
Decimal 85 1 46
Hex 55 1 2E

RGB Percentages of Color #55012e

%64.39
%0.76
%34.85

CMYK Percentages of Color #55012e

%0
%99
%46
%67

Triadic Colors of #55012e

#55012e #2e5501 #012e55

Analogous Colors of #55012e

#55012e #550104 #520155

Monochromatic Colors of #55012e

#55012e

Complementary Color

#55012e #015528

#55012e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55012e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55012e Color CSS Codes

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

#55012e Text Font Color

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

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


#55012e Background Color

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

This div background color is #55012e


#55012e Border Color

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

This div border color is #55012e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55012e


Comments

No comments written yet.

Please login to write comment.