Color Hex Logo

#552976 Color Hex

#552976
(85,41,118)
0 Favorites   0 Comments

Color spaces of #552976

RGB 8541118
HSL0.760.480.31
HSV274°65°46°
CMYK 0.280.650.00   0.54
XYZ7.80934.825217.6593
Yxy4.82520.25780.1593
Hunter Lab21.966325.0178-32.2883
CIE-Lab26.230835.3380-36.2571

#552976 color RGB value is (85,41,118).

#552976 hex color red value is 85, green value is 41 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #552976 hue: 0.76 , saturation: 0.48 and the lightness value of 552976 is 0.31.

The process color (four color CMYK) of #552976 color hex is 0.28, 0.65, 0.00, 0.54. Web safe color of #552976 is #663366. Color #552976 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101001 01110110
Octal 125 51 166
Decimal 85 41 118
Hex 55 29 76

RGB Percentages of Color #552976

%34.84
%16.80
%48.36

CMYK Percentages of Color #552976

%28
%65
%0
%54

Triadic Colors of #552976

#552976 #765529 #297655

Analogous Colors of #552976

#552976 #762971 #2f2976

Monochromatic Colors of #552976

#552976

Complementary Color

#552976 #4a7629

#552976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552976 Color CSS Codes

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

#552976 Text Font Color

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

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


#552976 Background Color

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

This div background color is #552976


#552976 Border Color

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

This div border color is #552976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552976


Comments

No comments written yet.

Please login to write comment.