Color Hex Logo

#548bdd Color Hex

#548BDD
(84,139,221)
0 Favorites   0 Comments

Color spaces of #548bdd

RGB 84139221
HSL0.600.670.60
HSV216°62°87°
CMYK 0.620.370.00   0.13
XYZ25.939925.570571.9750
Yxy25.57050.21010.2071
Hunter Lab50.56733.0738-48.9934
CIE-Lab57.62716.9664-47.2791

#548bdd color RGB value is (84,139,221).

#548bdd hex color red value is 84, green value is 139 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #548bdd hue: 0.60 , saturation: 0.67 and the lightness value of 548bdd is 0.60.

The process color (four color CMYK) of #548bdd color hex is 0.62, 0.37, 0.00, 0.13. Web safe color of #548bdd is #6699cc. Color #548bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10001011 11011101
Octal 124 213 335
Decimal 84 139 221
Hex 54 8B DD

RGB Percentages of Color #548bdd

%18.92
%31.31
%49.77

CMYK Percentages of Color #548bdd

%62
%37
%0
%13

Triadic Colors of #548bdd

#548bdd #dd548b #8bdd54

Analogous Colors of #548bdd

#548bdd #6154dd #54d0dd

Monochromatic Colors of #548bdd

#548bdd

Complementary Color

#548bdd #dda654

#548bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#548bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#548bdd Color CSS Codes

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

#548bdd Text Font Color

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

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


#548bdd Background Color

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

This div background color is #548bdd


#548bdd Border Color

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

This div border color is #548bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,139,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #548bdd


Comments

No comments written yet.

Please login to write comment.