Color Hex Logo

#552889 Color Hex

#552889
(85,40,137)
0 Favorites   0 Comments

Color spaces of #552889

RGB 8540137
HSL0.740.550.35
HSV268°71°54°
CMYK 0.380.710.00   0.46
XYZ9.02055.255024.2058
Yxy5.25500.23440.1366
Hunter Lab22.923830.1230-46.5591
CIE-Lab27.449240.7884-46.2449

#552889 color RGB value is (85,40,137).

#552889 hex color red value is 85, green value is 40 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #552889 hue: 0.74 , saturation: 0.55 and the lightness value of 552889 is 0.35.

The process color (four color CMYK) of #552889 color hex is 0.38, 0.71, 0.00, 0.46. Web safe color of #552889 is #663399. Color #552889 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101000 10001001
Octal 125 50 211
Decimal 85 40 137
Hex 55 28 89

RGB Percentages of Color #552889

%32.44
%15.27
%52.29

CMYK Percentages of Color #552889

%38
%71
%0
%46

Triadic Colors of #552889

#552889 #895528 #288955

Analogous Colors of #552889

#552889 #862889 #282c89

Monochromatic Colors of #552889

#552889

Complementary Color

#552889 #5c8928

#552889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552889 Color CSS Codes

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

#552889 Text Font Color

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

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


#552889 Background Color

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

This div background color is #552889


#552889 Border Color

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

This div border color is #552889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552889


Comments

No comments written yet.

Please login to write comment.