Color Hex Logo

#551365 Color Hex

#551365
(85,19,101)
0 Favorites   0 Comments

Color spaces of #551365

RGB 8519101
HSL0.800.680.24
HSV288°81°40°
CMYK 0.160.810.00   0.60
XYZ6.32813.336612.6224
Yxy3.33660.28390.1497
Hunter Lab18.266429.8724-28.1841
CIE-Lab21.344441.6833-33.1323

#551365 color RGB value is (85,19,101).

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

The process color (four color CMYK) of #551365 color hex is 0.16, 0.81, 0.00, 0.60. Web safe color of #551365 is #660066. Color #551365 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010011 01100101
Octal 125 23 145
Decimal 85 19 101
Hex 55 13 65

RGB Percentages of Color #551365

%41.46
%9.27
%49.27

CMYK Percentages of Color #551365

%16
%81
%0
%60

Triadic Colors of #551365

#551365 #655513 #136555

Analogous Colors of #551365

#551365 #65134c #2c1365

Monochromatic Colors of #551365

#551365

Complementary Color

#551365 #236513

#551365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551365 Color CSS Codes

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

#551365 Text Font Color

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

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


#551365 Background Color

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

This div background color is #551365


#551365 Border Color

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

This div border color is #551365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551365


Comments

No comments written yet.

Please login to write comment.