Color Hex Logo

#552648 Color Hex

#552648
(85,38,72)
0 Favorites   0 Comments

Color spaces of #552648

RGB 853872
HSL0.880.380.24
HSV317°55°33°
CMYK 0.000.550.15   0.67
XYZ5.60913.78546.5659
Yxy3.78540.35140.2372
Hunter Lab19.456117.4125-6.3895
CIE-Lab22.948926.7820-11.2754

#552648 color RGB value is (85,38,72).

#552648 hex color red value is 85, green value is 38 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #552648 hue: 0.88 , saturation: 0.38 and the lightness value of 552648 is 0.24.

The process color (four color CMYK) of #552648 color hex is 0.00, 0.55, 0.15, 0.67. Web safe color of #552648 is #663333. Color #552648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100110 01001000
Octal 125 46 110
Decimal 85 38 72
Hex 55 26 48

RGB Percentages of Color #552648

%43.59
%19.49
%36.92

CMYK Percentages of Color #552648

%0
%55
%15
%67

Triadic Colors of #552648

#552648 #485526 #264855

Analogous Colors of #552648

#552648 #552631 #4b2655

Monochromatic Colors of #552648

#552648

Complementary Color

#552648 #265533

#552648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552648 Color CSS Codes

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

#552648 Text Font Color

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

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


#552648 Background Color

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

This div background color is #552648


#552648 Border Color

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

This div border color is #552648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552648


Comments

No comments written yet.

Please login to write comment.