Color Hex Logo

#554abd Color Hex

#554ABD
(85,74,189)
0 Favorites   0 Comments

Color spaces of #554abd

RGB 8574189
HSL0.680.470.52
HSV246°61°74°
CMYK 0.550.610.00   0.26
XYZ15.380410.503049.3608
Yxy10.50300.20440.1396
Hunter Lab32.408327.9982-67.6182
CIE-Lab38.730536.5593-59.2770

#554abd color RGB value is (85,74,189).

#554abd hex color red value is 85, green value is 74 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #554abd hue: 0.68 , saturation: 0.47 and the lightness value of 554abd is 0.52.

The process color (four color CMYK) of #554abd color hex is 0.55, 0.61, 0.00, 0.26. Web safe color of #554abd is #6633cc. Color #554abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001010 10111101
Octal 125 112 275
Decimal 85 74 189
Hex 55 4A BD

RGB Percentages of Color #554abd

%24.43
%21.26
%54.31

CMYK Percentages of Color #554abd

%55
%61
%0
%26

Triadic Colors of #554abd

#554abd #bd554a #4abd55

Analogous Colors of #554abd

#554abd #8f4abd #4a79bd

Monochromatic Colors of #554abd

#554abd

Complementary Color

#554abd #b2bd4a

#554abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#554abd Color CSS Codes

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

#554abd Text Font Color

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

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


#554abd Background Color

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

This div background color is #554abd


#554abd Border Color

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

This div border color is #554abd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,74,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #554abd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #554abd;
  -webkit-box-shadow: 1px 1px 3px 2px #554abd;
  box-shadow:         1px 1px 3px 2px #554abd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554abd


Comments

No comments written yet.

Please login to write comment.