Color Hex Logo

#554fcb Color Hex

#554FCB
(85,79,203)
0 Favorites   0 Comments

Color spaces of #554fcb

RGB 8579203
HSL0.670.540.55
HSV243°61°80°
CMYK 0.580.610.00   0.20
XYZ17.321811.835157.8713
Yxy11.83510.19900.1360
Hunter Lab34.402229.6725-75.6560
CIE-Lab40.952837.9931-63.8114

#554fcb color RGB value is (85,79,203).

#554fcb hex color red value is 85, green value is 79 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #554fcb hue: 0.67 , saturation: 0.54 and the lightness value of 554fcb is 0.55.

The process color (four color CMYK) of #554fcb color hex is 0.58, 0.61, 0.00, 0.20. Web safe color of #554fcb is #6666cc. Color #554fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001111 11001011
Octal 125 117 313
Decimal 85 79 203
Hex 55 4F CB

RGB Percentages of Color #554fcb

%23.16
%21.53
%55.31

CMYK Percentages of Color #554fcb

%58
%61
%0
%20

Triadic Colors of #554fcb

#554fcb #cb554f #4fcb55

Analogous Colors of #554fcb

#554fcb #934fcb #4f87cb

Monochromatic Colors of #554fcb

#554fcb

Complementary Color

#554fcb #c5cb4f

#554fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#554fcb Color CSS Codes

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

#554fcb Text Font Color

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

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


#554fcb Background Color

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

This div background color is #554fcb


#554fcb Border Color

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

This div border color is #554fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554fcb


Comments

No comments written yet.

Please login to write comment.