Color Hex Logo

#551479 Color Hex

#551479
(85,20,121)
0 Favorites   0 Comments

Color spaces of #551479

RGB 8520121
HSL0.770.720.28
HSV279°83°47°
CMYK 0.300.830.00   0.53
XYZ7.44773.812118.4324
Yxy3.81210.25080.1284
Hunter Lab19.524633.9212-42.3061
CIE-Lab23.040345.6823-43.3271

#551479 color RGB value is (85,20,121).

#551479 hex color red value is 85, green value is 20 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #551479 hue: 0.77 , saturation: 0.72 and the lightness value of 551479 is 0.28.

The process color (four color CMYK) of #551479 color hex is 0.30, 0.83, 0.00, 0.53. Web safe color of #551479 is #660066. Color #551479 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010100 01111001
Octal 125 24 171
Decimal 85 20 121
Hex 55 14 79

RGB Percentages of Color #551479

%37.61
%8.85
%53.54

CMYK Percentages of Color #551479

%30
%83
%0
%53

Triadic Colors of #551479

#551479 #795514 #147955

Analogous Colors of #551479

#551479 #79146b #231479

Monochromatic Colors of #551479

#551479

Complementary Color

#551479 #387914

#551479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551479 Color CSS Codes

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

#551479 Text Font Color

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

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


#551479 Background Color

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

This div background color is #551479


#551479 Border Color

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

This div border color is #551479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551479


Comments

No comments written yet.

Please login to write comment.