Color Hex Logo

#55479a Color Hex

#55479A
(85,71,154)
0 Favorites   0 Comments

Color spaces of #55479a

RGB 8571154
HSL0.690.370.44
HSV250°54°60°
CMYK 0.450.540.00   0.40
XYZ11.83238.770931.6412
Yxy8.77090.22650.1679
Hunter Lab29.615719.4882-42.6140
CIE-Lab35.539427.5062-43.6120

#55479a color RGB value is (85,71,154).

#55479a hex color red value is 85, green value is 71 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #55479a hue: 0.69 , saturation: 0.37 and the lightness value of 55479a is 0.44.

The process color (four color CMYK) of #55479a color hex is 0.45, 0.54, 0.00, 0.40. Web safe color of #55479a is #663399. Color #55479a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000111 10011010
Octal 125 107 232
Decimal 85 71 154
Hex 55 47 9A

RGB Percentages of Color #55479a

%27.42
%22.90
%49.68

CMYK Percentages of Color #55479a

%45
%54
%0
%40

Triadic Colors of #55479a

#55479a #9a5547 #479a55

Analogous Colors of #55479a

#55479a #7f479a #47639a

Monochromatic Colors of #55479a

#55479a

Complementary Color

#55479a #8c9a47

#55479a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55479a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55479a Color CSS Codes

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

#55479a Text Font Color

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

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


#55479a Background Color

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

This div background color is #55479a


#55479a Border Color

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

This div border color is #55479a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,71,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55479a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55479a;
  -webkit-box-shadow: 1px 1px 3px 2px #55479a;
  box-shadow:         1px 1px 3px 2px #55479a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55479a


Comments

No comments written yet.

Please login to write comment.