Color Hex Logo

#552176 Color Hex

#552176
(85,33,118)
0 Favorites   0 Comments

Color spaces of #552176

RGB 8533118
HSL0.770.560.30
HSV277°72°46°
CMYK 0.280.720.00   0.54
XYZ7.56024.327017.5763
Yxy4.32700.25660.1469
Hunter Lab20.801428.4726-35.5364
CIE-Lab24.724339.4955-38.6835

#552176 color RGB value is (85,33,118).

#552176 hex color red value is 85, green value is 33 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #552176 hue: 0.77 , saturation: 0.56 and the lightness value of 552176 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100001 01110110
Octal 125 41 166
Decimal 85 33 118
Hex 55 21 76

RGB Percentages of Color #552176

%36.02
%13.98
%50.00

CMYK Percentages of Color #552176

%28
%72
%0
%54

Triadic Colors of #552176

#552176 #765521 #217655

Analogous Colors of #552176

#552176 #76216d #2b2176

Monochromatic Colors of #552176

#552176

Complementary Color

#552176 #427621

#552176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552176 Color CSS Codes

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

#552176 Text Font Color

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

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


#552176 Background Color

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

This div background color is #552176


#552176 Border Color

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

This div border color is #552176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552176


Comments

No comments written yet.

Please login to write comment.