Color Hex Logo

#554173 Color Hex

#554173
(85,65,115)
0 Favorites   0 Comments

Color spaces of #554173

RGB 8565115
HSL0.730.280.35
HSV264°43°45°
CMYK 0.260.430.00   0.55
XYZ8.73116.949717.1009
Yxy6.94970.26630.2120
Hunter Lab26.362312.9846-20.0071
CIE-Lab31.692120.0345-25.6792

#554173 color RGB value is (85,65,115).

#554173 hex color red value is 85, green value is 65 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #554173 hue: 0.73 , saturation: 0.28 and the lightness value of 554173 is 0.35.

The process color (four color CMYK) of #554173 color hex is 0.26, 0.43, 0.00, 0.55. Web safe color of #554173 is #663366. Color #554173 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000001 01110011
Octal 125 101 163
Decimal 85 65 115
Hex 55 41 73

RGB Percentages of Color #554173

%32.08
%24.53
%43.40

CMYK Percentages of Color #554173

%26
%43
%0
%55

Triadic Colors of #554173

#554173 #735541 #417355

Analogous Colors of #554173

#554173 #6e4173 #414673

Monochromatic Colors of #554173

#554173

Complementary Color

#554173 #5f7341

#554173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554173 Color CSS Codes

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

#554173 Text Font Color

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

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


#554173 Background Color

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

This div background color is #554173


#554173 Border Color

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

This div border color is #554173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554173


Comments

No comments written yet.

Please login to write comment.