Color Hex Logo

#554383 Color Hex

#554383
(85,67,131)
0 Favorites   0 Comments

Color spaces of #554383

RGB 8567131
HSL0.710.320.39
HSV257°49°51°
CMYK 0.350.490.00   0.49
XYZ9.85027.584322.4175
Yxy7.58430.24720.1903
Hunter Lab27.539615.6505-28.9849
CIE-Lab33.101723.2129-33.4389

#554383 color RGB value is (85,67,131).

#554383 hex color red value is 85, green value is 67 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #554383 hue: 0.71 , saturation: 0.32 and the lightness value of 554383 is 0.39.

The process color (four color CMYK) of #554383 color hex is 0.35, 0.49, 0.00, 0.49. Web safe color of #554383 is #663399. Color #554383 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000011 10000011
Octal 125 103 203
Decimal 85 67 131
Hex 55 43 83

RGB Percentages of Color #554383

%30.04
%23.67
%46.29

CMYK Percentages of Color #554383

%35
%49
%0
%49

Triadic Colors of #554383

#554383 #835543 #438355

Analogous Colors of #554383

#554383 #754383 #435183

Monochromatic Colors of #554383

#554383

Complementary Color

#554383 #718343

#554383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554383 Color CSS Codes

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

#554383 Text Font Color

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

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


#554383 Background Color

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

This div background color is #554383


#554383 Border Color

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

This div border color is #554383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554383


Comments

No comments written yet.

Please login to write comment.