Color Hex Logo

#55204d Color Hex

#55204D
(85,32,77)
0 Favorites   0 Comments

Color spaces of #55204d

RGB 853277
HSL0.860.450.23
HSV309°62°33°
CMYK 0.000.620.09   0.67
XYZ5.60243.50017.4015
Yxy3.50010.33950.2121
Hunter Lab18.708620.7130-10.3604
CIE-Lab21.944731.0328-16.2018

#55204d color RGB value is (85,32,77).

#55204d hex color red value is 85, green value is 32 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #55204d hue: 0.86 , saturation: 0.45 and the lightness value of 55204d is 0.23.

The process color (four color CMYK) of #55204d color hex is 0.00, 0.62, 0.09, 0.67. Web safe color of #55204d is #663366. Color #55204d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100000 01001101
Octal 125 40 115
Decimal 85 32 77
Hex 55 20 4D

RGB Percentages of Color #55204d

%43.81
%16.49
%39.69

CMYK Percentages of Color #55204d

%0
%62
%9
%67

Triadic Colors of #55204d

#55204d #4d5520 #204d55

Analogous Colors of #55204d

#55204d #552032 #432055

Monochromatic Colors of #55204d

#55204d

Complementary Color

#55204d #205528

#55204d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55204d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55204d Color CSS Codes

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

#55204d Text Font Color

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

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


#55204d Background Color

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

This div background color is #55204d


#55204d Border Color

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

This div border color is #55204d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55204d


Comments

No comments written yet.

Please login to write comment.