Color Hex Logo

#552c73 Color Hex

#552C73
(85,44,115)
0 Favorites   0 Comments

Color spaces of #552c73

RGB 8544115
HSL0.760.450.31
HSV275°62°45°
CMYK 0.260.620.00   0.55
XYZ7.74154.970516.7710
Yxy4.97050.26260.1686
Hunter Lab22.294622.9661-28.9943
CIE-Lab26.650632.8980-33.6732

#552c73 color RGB value is (85,44,115).

#552c73 hex color red value is 85, green value is 44 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #552c73 hue: 0.76 , saturation: 0.45 and the lightness value of 552c73 is 0.31.

The process color (four color CMYK) of #552c73 color hex is 0.26, 0.62, 0.00, 0.55. Web safe color of #552c73 is #663366. Color #552c73 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101100 01110011
Octal 125 54 163
Decimal 85 44 115
Hex 55 2C 73

RGB Percentages of Color #552c73

%34.84
%18.03
%47.13

CMYK Percentages of Color #552c73

%26
%62
%0
%55

Triadic Colors of #552c73

#552c73 #73552c #2c7355

Analogous Colors of #552c73

#552c73 #732c6e #312c73

Monochromatic Colors of #552c73

#552c73

Complementary Color

#552c73 #4a732c

#552c73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552c73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552c73 Color CSS Codes

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

#552c73 Text Font Color

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

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


#552c73 Background Color

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

This div background color is #552c73


#552c73 Border Color

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

This div border color is #552c73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552c73


Comments

No comments written yet.

Please login to write comment.