Color Hex Logo

#551773 Color Hex

#551773
(85,23,115)
0 Favorites   0 Comments

Color spaces of #551773

RGB 8523115
HSL0.780.670.27
HSV280°80°45°
CMYK 0.260.800.00   0.55
XYZ7.14723.781916.5729
Yxy3.78190.25990.1375
Hunter Lab19.447131.5699-36.9142
CIE-Lab22.936943.2107-39.6522

#551773 color RGB value is (85,23,115).

#551773 hex color red value is 85, green value is 23 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #551773 hue: 0.78 , saturation: 0.67 and the lightness value of 551773 is 0.27.

The process color (four color CMYK) of #551773 color hex is 0.26, 0.80, 0.00, 0.55. Web safe color of #551773 is #660066. Color #551773 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010111 01110011
Octal 125 27 163
Decimal 85 23 115
Hex 55 17 73

RGB Percentages of Color #551773

%38.12
%10.31
%51.57

CMYK Percentages of Color #551773

%26
%80
%0
%55

Triadic Colors of #551773

#551773 #735517 #177355

Analogous Colors of #551773

#551773 #731763 #271773

Monochromatic Colors of #551773

#551773

Complementary Color

#551773 #357317

#551773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551773 Color CSS Codes

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

#551773 Text Font Color

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

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


#551773 Background Color

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

This div background color is #551773


#551773 Border Color

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

This div border color is #551773


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,23,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 #551773">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551773


Comments

No comments written yet.

Please login to write comment.