Color Hex Logo

#551547 Color Hex

#551547
(85,21,71)
0 Favorites   0 Comments

Color spaces of #551547

RGB 852171
HSL0.870.600.21
HSV313°75°33°
CMYK 0.000.750.16   0.67
XYZ5.15182.92266.2538
Yxy2.92260.35960.2040
Hunter Lab17.095623.8740-9.7221
CIE-Lab19.731235.2104-15.5602

#551547 color RGB value is (85,21,71).

#551547 hex color red value is 85, green value is 21 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #551547 hue: 0.87 , saturation: 0.60 and the lightness value of 551547 is 0.21.

The process color (four color CMYK) of #551547 color hex is 0.00, 0.75, 0.16, 0.67. Web safe color of #551547 is #660033. Color #551547 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010101 01000111
Octal 125 25 107
Decimal 85 21 71
Hex 55 15 47

RGB Percentages of Color #551547

%48.02
%11.86
%40.11

CMYK Percentages of Color #551547

%0
%75
%16
%67

Triadic Colors of #551547

#551547 #475515 #154755

Analogous Colors of #551547

#551547 #551527 #431555

Monochromatic Colors of #551547

#551547

Complementary Color

#551547 #155523

#551547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551547 Color CSS Codes

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

#551547 Text Font Color

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

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


#551547 Background Color

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

This div background color is #551547


#551547 Border Color

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

This div border color is #551547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551547


Comments

No comments written yet.

Please login to write comment.