Color Hex Logo

#552d4e Color Hex

#552D4E
(85,45,78)
0 Favorites   0 Comments

Color spaces of #552d4e

RGB 854578
HSL0.860.310.25
HSV311°47°33°
CMYK 0.000.470.08   0.67
XYZ6.05984.35817.7295
Yxy4.35810.33390.2402
Hunter Lab20.876115.2810-7.3393
CIE-Lab24.821623.7900-12.4300

#552d4e color RGB value is (85,45,78).

#552d4e hex color red value is 85, green value is 45 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #552d4e hue: 0.86 , saturation: 0.31 and the lightness value of 552d4e is 0.25.

The process color (four color CMYK) of #552d4e color hex is 0.00, 0.47, 0.08, 0.67. Web safe color of #552d4e is #663366. Color #552d4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101101 01001110
Octal 125 55 116
Decimal 85 45 78
Hex 55 2D 4E

RGB Percentages of Color #552d4e

%40.87
%21.63
%37.50

CMYK Percentages of Color #552d4e

%0
%47
%8
%67

Triadic Colors of #552d4e

#552d4e #4e552d #2d4e55

Analogous Colors of #552d4e

#552d4e #552d3a #482d55

Monochromatic Colors of #552d4e

#552d4e

Complementary Color

#552d4e #2d5534

#552d4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552d4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#552d4e Color CSS Codes

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

#552d4e Text Font Color

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

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


#552d4e Background Color

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

This div background color is #552d4e


#552d4e Border Color

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

This div border color is #552d4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552d4e


Comments

No comments written yet.

Please login to write comment.