Color Hex Logo

#554392 Color Hex

#554392
(85,67,146)
0 Favorites   0 Comments

Color spaces of #554392

RGB 8567146
HSL0.700.370.42
HSV254°54°57°
CMYK 0.420.540.00   0.43
XYZ10.94188.020928.1656
Yxy8.02090.23220.1702
Hunter Lab28.321219.4008-39.1394
CIE-Lab34.026427.6008-41.1809

#554392 color RGB value is (85,67,146).

#554392 hex color red value is 85, green value is 67 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #554392 hue: 0.70 , saturation: 0.37 and the lightness value of 554392 is 0.42.

The process color (four color CMYK) of #554392 color hex is 0.42, 0.54, 0.00, 0.43. Web safe color of #554392 is #663399. Color #554392 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000011 10010010
Octal 125 103 222
Decimal 85 67 146
Hex 55 43 92

RGB Percentages of Color #554392

%28.52
%22.48
%48.99

CMYK Percentages of Color #554392

%42
%54
%0
%43

Triadic Colors of #554392

#554392 #925543 #439255

Analogous Colors of #554392

#554392 #7d4392 #435992

Monochromatic Colors of #554392

#554392

Complementary Color

#554392 #809243

#554392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554392 Color CSS Codes

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

#554392 Text Font Color

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

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


#554392 Background Color

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

This div background color is #554392


#554392 Border Color

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

This div border color is #554392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554392


Comments

No comments written yet.

Please login to write comment.