Color Hex Logo

#554292 Color Hex

#554292
(85,66,146)
0 Favorites   0 Comments

Color spaces of #554292

RGB 8566146
HSL0.710.380.42
HSV254°55°57°
CMYK 0.420.550.00   0.43
XYZ10.88287.903028.1460
Yxy7.90300.23190.1684
Hunter Lab28.112319.9043-39.6825
CIE-Lab33.780028.2245-41.5761

#554292 color RGB value is (85,66,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000010 10010010
Octal 125 102 222
Decimal 85 66 146
Hex 55 42 92

RGB Percentages of Color #554292

%28.62
%22.22
%49.16

CMYK Percentages of Color #554292

%42
%55
%0
%43

Triadic Colors of #554292

#554292 #925542 #429255

Analogous Colors of #554292

#554292 #7d4292 #425792

Monochromatic Colors of #554292

#554292

Complementary Color

#554292 #7f9242

#554292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554292 Color CSS Codes

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

#554292 Text Font Color

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

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


#554292 Background Color

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

This div background color is #554292


#554292 Border Color

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

This div border color is #554292


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,66,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 #554292">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554292


Comments

No comments written yet.

Please login to write comment.