Color Hex Logo

#551979 Color Hex

#551979
(85,25,121)
0 Favorites   0 Comments

Color spaces of #551979

RGB 8525121
HSL0.770.660.29
HSV278°79°47°
CMYK 0.300.790.00   0.53
XYZ7.54514.007018.4649
Yxy4.00700.25140.1335
Hunter Lab20.017532.2506-40.6791
CIE-Lab23.694643.7907-42.2640

#551979 color RGB value is (85,25,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011001 01111001
Octal 125 31 171
Decimal 85 25 121
Hex 55 19 79

RGB Percentages of Color #551979

%36.80
%10.82
%52.38

CMYK Percentages of Color #551979

%30
%79
%0
%53

Triadic Colors of #551979

#551979 #795519 #197955

Analogous Colors of #551979

#551979 #79196d #251979

Monochromatic Colors of #551979

#551979

Complementary Color

#551979 #3d7919

#551979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551979 Color CSS Codes

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

#551979 Text Font Color

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

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


#551979 Background Color

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

This div background color is #551979


#551979 Border Color

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

This div border color is #551979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551979


Comments

No comments written yet.

Please login to write comment.