Color Hex Logo

#55071b Color Hex

#55071B
(85,7,27)
0 Favorites   0 Comments

Color spaces of #55071b

RGB 85727
HSL0.960.850.18
HSV345°92°33°
CMYK 0.000.920.68   0.67
XYZ4.02012.16241.2424
Yxy2.16240.54140.2912
Hunter Lab14.705123.06465.2843
CIE-Lab16.317434.909310.6936

#55071b color RGB value is (85,7,27).

#55071b hex color red value is 85, green value is 7 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #55071b hue: 0.96 , saturation: 0.85 and the lightness value of 55071b is 0.18.

The process color (four color CMYK) of #55071b color hex is 0.00, 0.92, 0.68, 0.67. Web safe color of #55071b is #660033. Color #55071b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000111 00011011
Octal 125 7 33
Decimal 85 7 27
Hex 55 7 1B

RGB Percentages of Color #55071b

%71.43
%5.88
%22.69

CMYK Percentages of Color #55071b

%0
%92
%68
%67

Triadic Colors of #55071b

#55071b #1b5507 #071b55

Analogous Colors of #55071b

#55071b #551a07 #550742

Monochromatic Colors of #55071b

#55071b

Complementary Color

#55071b #075541

#55071b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55071b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55071b Color CSS Codes

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

#55071b Text Font Color

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

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


#55071b Background Color

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

This div background color is #55071b


#55071b Border Color

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

This div border color is #55071b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55071b


Comments

No comments written yet.

Please login to write comment.