Color Hex Logo

#548bcb Color Hex

#548BCB
(84,139,203)
0 Favorites   0 Comments

Color spaces of #548bcb

RGB 84139203
HSL0.590.530.56
HSV212°59°80°
CMYK 0.590.320.00   0.20
XYZ23.668324.661960.0127
Yxy24.66190.21850.2276
Hunter Lab49.6607-1.8333-36.8867
CIE-Lab56.74451.0129-38.5585

#548bcb color RGB value is (84,139,203).

#548bcb hex color red value is 84, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #548bcb hue: 0.59 , saturation: 0.53 and the lightness value of 548bcb is 0.56.

The process color (four color CMYK) of #548bcb color hex is 0.59, 0.32, 0.00, 0.20. Web safe color of #548bcb is #6699cc. Color #548bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10001011 11001011
Octal 124 213 313
Decimal 84 139 203
Hex 54 8B CB

RGB Percentages of Color #548bcb

%19.72
%32.63
%47.65

CMYK Percentages of Color #548bcb

%59
%32
%0
%20

Triadic Colors of #548bcb

#548bcb #cb548b #8bcb54

Analogous Colors of #548bcb

#548bcb #5954cb #54c7cb

Monochromatic Colors of #548bcb

#548bcb

Complementary Color

#548bcb #cb9454

#548bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#548bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#548bcb Color CSS Codes

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

#548bcb Text Font Color

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

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


#548bcb Background Color

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

This div background color is #548bcb


#548bcb Border Color

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

This div border color is #548bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,139,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #548bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #548bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #548bcb;
  box-shadow:         1px 1px 3px 2px #548bcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,139,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 #548bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #548bcb


Comments

No comments written yet.

Please login to write comment.