Color Hex Logo

#550412 Color Hex

#550412
(85,4,18)
0 Favorites   0 Comments

Color spaces of #550412

RGB 85418
HSL0.970.910.17
HSV350°95°33°
CMYK 0.000.950.79   0.67
XYZ3.89892.06180.7647
Yxy2.06180.57970.3066
Hunter Lab14.359023.34006.8937
CIE-Lab15.808335.335316.3178

#550412 color RGB value is (85,4,18).

#550412 hex color red value is 85, green value is 4 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #550412 hue: 0.97 , saturation: 0.91 and the lightness value of 550412 is 0.17.

The process color (four color CMYK) of #550412 color hex is 0.00, 0.95, 0.79, 0.67. Web safe color of #550412 is #660000. Color #550412 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000100 00010010
Octal 125 4 22
Decimal 85 4 18
Hex 55 4 12

RGB Percentages of Color #550412

%79.44
%3.74
%16.82

CMYK Percentages of Color #550412

%0
%95
%79
%67

Triadic Colors of #550412

#550412 #125504 #041255

Analogous Colors of #550412

#550412 #551f04 #55043b

Monochromatic Colors of #550412

#550412

Complementary Color

#550412 #045547

#550412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550412 Color CSS Codes

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

#550412 Text Font Color

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

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


#550412 Background Color

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

This div background color is #550412


#550412 Border Color

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

This div border color is #550412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550412


Comments

No comments written yet.

Please login to write comment.