Color Hex Logo

#552866 Color Hex

#552866
(85,40,102)
0 Favorites   0 Comments

Color spaces of #552866

RGB 8540102
HSL0.790.440.28
HSV284°61°40°
CMYK 0.170.610.00   0.60
XYZ6.90344.408213.0574
Yxy4.40820.28330.1809
Hunter Lab20.995721.9484-22.1759
CIE-Lab24.977531.9877-27.9761

#552866 color RGB value is (85,40,102).

#552866 hex color red value is 85, green value is 40 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #552866 hue: 0.79 , saturation: 0.44 and the lightness value of 552866 is 0.28.

The process color (four color CMYK) of #552866 color hex is 0.17, 0.61, 0.00, 0.60. Web safe color of #552866 is #663366. Color #552866 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101000 01100110
Octal 125 50 146
Decimal 85 40 102
Hex 55 28 66

RGB Percentages of Color #552866

%37.44
%17.62
%44.93

CMYK Percentages of Color #552866

%17
%61
%0
%60

Triadic Colors of #552866

#552866 #665528 #286655

Analogous Colors of #552866

#552866 #662858 #362866

Monochromatic Colors of #552866

#552866

Complementary Color

#552866 #396628

#552866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552866 Color CSS Codes

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

#552866 Text Font Color

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

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


#552866 Background Color

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

This div background color is #552866


#552866 Border Color

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

This div border color is #552866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552866


Comments

No comments written yet.

Please login to write comment.