Color Hex Logo

#55121d Color Hex

#55121D
(85,18,29)
0 Favorites   0 Comments

Color spaces of #55121d

RGB 851829
HSL0.970.650.20
HSV350°79°33°
CMYK 0.000.790.66   0.67
XYZ4.18442.45261.4153
Yxy2.45260.51970.3046
Hunter Lab15.660820.28705.6044
CIE-Lab17.702931.279211.0837

#55121d color RGB value is (85,18,29).

#55121d hex color red value is 85, green value is 18 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #55121d hue: 0.97 , saturation: 0.65 and the lightness value of 55121d is 0.20.

The process color (four color CMYK) of #55121d color hex is 0.00, 0.79, 0.66, 0.67. Web safe color of #55121d is #660033. Color #55121d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010010 00011101
Octal 125 22 35
Decimal 85 18 29
Hex 55 12 1D

RGB Percentages of Color #55121d

%64.39
%13.64
%21.97

CMYK Percentages of Color #55121d

%0
%79
%66
%67

Triadic Colors of #55121d

#55121d #1d5512 #121d55

Analogous Colors of #55121d

#55121d #552912 #55123e

Monochromatic Colors of #55121d

#55121d

Complementary Color

#55121d #12554a

#55121d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55121d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55121d Color CSS Codes

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

#55121d Text Font Color

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

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


#55121d Background Color

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

This div background color is #55121d


#55121d Border Color

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

This div border color is #55121d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,18,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55121d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55121d;
  -webkit-box-shadow: 1px 1px 3px 2px #55121d;
  box-shadow:         1px 1px 3px 2px #55121d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55121d


Comments

No comments written yet.

Please login to write comment.