Color Hex Logo

#553878 Color Hex

#553878
(85,56,120)
0 Favorites   0 Comments

Color spaces of #553878

RGB 8556120
HSL0.740.360.35
HSV267°53°47°
CMYK 0.290.530.00   0.53
XYZ8.55076.115718.4991
Yxy6.11570.25780.1844
Hunter Lab24.729918.4413-27.0406
CIE-Lab29.702527.0458-31.9738

#553878 color RGB value is (85,56,120).

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

The process color (four color CMYK) of #553878 color hex is 0.29, 0.53, 0.00, 0.53. Web safe color of #553878 is #663366. Color #553878 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111000 01111000
Octal 125 70 170
Decimal 85 56 120
Hex 55 38 78

RGB Percentages of Color #553878

%32.57
%21.46
%45.98

CMYK Percentages of Color #553878

%29
%53
%0
%53

Triadic Colors of #553878

#553878 #785538 #387855

Analogous Colors of #553878

#553878 #753878 #383b78

Monochromatic Colors of #553878

#553878

Complementary Color

#553878 #5b7838

#553878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553878 Color CSS Codes

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

#553878 Text Font Color

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

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


#553878 Background Color

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

This div background color is #553878


#553878 Border Color

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

This div border color is #553878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553878


Comments

No comments written yet.

Please login to write comment.