Color Hex Logo

#547bdd Color Hex

#547BDD
(84,123,221)
0 Favorites   0 Comments

Color spaces of #547bdd

RGB 84123221
HSL0.620.670.60
HSV223°62°87°
CMYK 0.620.440.00   0.13
XYZ23.790321.271271.2585
Yxy21.27120.20450.1829
Hunter Lab46.120711.3638-59.3211
CIE-Lab53.245016.6364-54.2543

#547bdd color RGB value is (84,123,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111011 11011101
Octal 124 173 335
Decimal 84 123 221
Hex 54 7B DD

RGB Percentages of Color #547bdd

%19.63
%28.74
%51.64

CMYK Percentages of Color #547bdd

%62
%44
%0
%13

Triadic Colors of #547bdd

#547bdd #dd547b #7bdd54

Analogous Colors of #547bdd

#547bdd #7254dd #54c0dd

Monochromatic Colors of #547bdd

#547bdd

Complementary Color

#547bdd #ddb654

#547bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#547bdd Color CSS Codes

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

#547bdd Text Font Color

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

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


#547bdd Background Color

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

This div background color is #547bdd


#547bdd Border Color

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

This div border color is #547bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547bdd


Comments

No comments written yet.

Please login to write comment.