Color Hex Logo

#551169 Color Hex

#551169
(85,17,105)
0 Favorites   0 Comments

Color spaces of #551169

RGB 8517105
HSL0.800.720.24
HSV286°84°41°
CMYK 0.190.840.00   0.59
XYZ6.49663.352113.6692
Yxy3.35210.27620.1425
Hunter Lab18.308731.2979-31.4495
CIE-Lab21.402243.2174-35.6573

#551169 color RGB value is (85,17,105).

#551169 hex color red value is 85, green value is 17 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #551169 hue: 0.80 , saturation: 0.72 and the lightness value of 551169 is 0.24.

The process color (four color CMYK) of #551169 color hex is 0.19, 0.84, 0.00, 0.59. Web safe color of #551169 is #660066. Color #551169 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010001 01101001
Octal 125 21 151
Decimal 85 17 105
Hex 55 11 69

RGB Percentages of Color #551169

%41.06
%8.21
%50.72

CMYK Percentages of Color #551169

%19
%84
%0
%59

Triadic Colors of #551169

#551169 #695511 #116955

Analogous Colors of #551169

#551169 #691151 #291169

Monochromatic Colors of #551169

#551169

Complementary Color

#551169 #256911

#551169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551169 Color CSS Codes

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

#551169 Text Font Color

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

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


#551169 Background Color

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

This div background color is #551169


#551169 Border Color

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

This div border color is #551169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551169


Comments

No comments written yet.

Please login to write comment.