Color Hex Logo

#552869 Color Hex

#552869
(85,40,105)
0 Favorites   0 Comments

Color spaces of #552869

RGB 8540105
HSL0.780.450.28
HSV282°62°41°
CMYK 0.190.620.00   0.59
XYZ7.05494.468813.8553
Yxy4.46880.27800.1761
Hunter Lab21.139522.5766-24.0622
CIE-Lab25.164432.6970-29.6232

#552869 color RGB value is (85,40,105).

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

The process color (four color CMYK) of #552869 color hex is 0.19, 0.62, 0.00, 0.59. Web safe color of #552869 is #663366. Color #552869 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101000 01101001
Octal 125 50 151
Decimal 85 40 105
Hex 55 28 69

RGB Percentages of Color #552869

%36.96
%17.39
%45.65

CMYK Percentages of Color #552869

%19
%62
%0
%59

Triadic Colors of #552869

#552869 #695528 #286955

Analogous Colors of #552869

#552869 #69285d #352869

Monochromatic Colors of #552869

#552869

Complementary Color

#552869 #3c6928

#552869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552869 Color CSS Codes

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

#552869 Text Font Color

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

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


#552869 Background Color

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

This div background color is #552869


#552869 Border Color

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

This div border color is #552869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552869


Comments

No comments written yet.

Please login to write comment.