Color Hex Logo

#552c5f Color Hex

#552C5F
(85,44,95)
0 Favorites   0 Comments

Color spaces of #552c5f

RGB 854495
HSL0.800.370.27
HSV288°54°37°
CMYK 0.110.540.00   0.63
XYZ6.71264.558911.3526
Yxy4.55890.29670.2015
Hunter Lab21.351618.7523-16.5783
CIE-Lab25.439228.0575-22.6861

#552c5f color RGB value is (85,44,95).

#552c5f hex color red value is 85, green value is 44 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #552c5f hue: 0.80 , saturation: 0.37 and the lightness value of 552c5f is 0.27.

The process color (four color CMYK) of #552c5f color hex is 0.11, 0.54, 0.00, 0.63. Web safe color of #552c5f is #663366. Color #552c5f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101100 01011111
Octal 125 54 137
Decimal 85 44 95
Hex 55 2C 5F

RGB Percentages of Color #552c5f

%37.95
%19.64
%42.41

CMYK Percentages of Color #552c5f

%11
%54
%0
%63

Triadic Colors of #552c5f

#552c5f #5f552c #2c5f55

Analogous Colors of #552c5f

#552c5f #5f2c50 #3c2c5f

Monochromatic Colors of #552c5f

#552c5f

Complementary Color

#552c5f #365f2c

#552c5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552c5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#552c5f Color CSS Codes

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

#552c5f Text Font Color

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

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


#552c5f Background Color

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

This div background color is #552c5f


#552c5f Border Color

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

This div border color is #552c5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552c5f


Comments

No comments written yet.

Please login to write comment.