Color Hex Logo

#551989 Color Hex

#551989
(85,25,137)
0 Favorites   0 Comments

Color spaces of #551989

RGB 8525137
HSL0.760.690.32
HSV272°82°54°
CMYK 0.380.820.00   0.46
XYZ8.60934.432724.0687
Yxy4.43270.23200.1194
Hunter Lab21.054036.1470-53.0420
CIE-Lab25.053247.5964-50.1467

#551989 color RGB value is (85,25,137).

#551989 hex color red value is 85, green value is 25 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #551989 hue: 0.76 , saturation: 0.69 and the lightness value of 551989 is 0.32.

The process color (four color CMYK) of #551989 color hex is 0.38, 0.82, 0.00, 0.46. Web safe color of #551989 is #660099. Color #551989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011001 10001001
Octal 125 31 211
Decimal 85 25 137
Hex 55 19 89

RGB Percentages of Color #551989

%34.41
%10.12
%55.47

CMYK Percentages of Color #551989

%38
%82
%0
%46

Triadic Colors of #551989

#551989 #895519 #198955

Analogous Colors of #551989

#551989 #891985 #1d1989

Monochromatic Colors of #551989

#551989

Complementary Color

#551989 #4d8919

#551989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551989 Color CSS Codes

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

#551989 Text Font Color

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

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


#551989 Background Color

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

This div background color is #551989


#551989 Border Color

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

This div border color is #551989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551989


Comments

No comments written yet.

Please login to write comment.