Color Hex Logo

#550720 Color Hex

#550720
(85,7,32)
0 Favorites   0 Comments

Color spaces of #550720

RGB 85732
HSL0.950.850.18
HSV341°92°33°
CMYK 0.000.920.62   0.67
XYZ4.08302.18751.5735
Yxy2.18750.52050.2789
Hunter Lab14.790223.39414.0454
CIE-Lab16.442035.27637.2191

#550720 color RGB value is (85,7,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000111 00100000
Octal 125 7 40
Decimal 85 7 32
Hex 55 7 20

RGB Percentages of Color #550720

%68.55
%5.65
%25.81

CMYK Percentages of Color #550720

%0
%92
%62
%67

Triadic Colors of #550720

#550720 #205507 #072055

Analogous Colors of #550720

#550720 #551507 #550747

Monochromatic Colors of #550720

#550720

Complementary Color

#550720 #07553c

#550720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550720 Color CSS Codes

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

#550720 Text Font Color

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

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


#550720 Background Color

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

This div background color is #550720


#550720 Border Color

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

This div border color is #550720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550720


Comments

No comments written yet.

Please login to write comment.