Color Hex Logo

#547ddd Color Hex

#547DDD
(84,125,221)
0 Favorites   0 Comments

Color spaces of #547ddd

RGB 84125221
HSL0.620.670.60
HSV222°62°87°
CMYK 0.620.430.00   0.13
XYZ24.040921.772571.3420
Yxy21.77250.20520.1858
Hunter Lab46.661010.3108-57.9883
CIE-Lab53.784815.4124-53.3915

#547ddd color RGB value is (84,125,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111101 11011101
Octal 124 175 335
Decimal 84 125 221
Hex 54 7D DD

RGB Percentages of Color #547ddd

%19.53
%29.07
%51.40

CMYK Percentages of Color #547ddd

%62
%43
%0
%13

Triadic Colors of #547ddd

#547ddd #dd547d #7ddd54

Analogous Colors of #547ddd

#547ddd #7054dd #54c2dd

Monochromatic Colors of #547ddd

#547ddd

Complementary Color

#547ddd #ddb454

#547ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#547ddd Color CSS Codes

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

#547ddd Text Font Color

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

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


#547ddd Background Color

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

This div background color is #547ddd


#547ddd Border Color

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

This div border color is #547ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547ddd


Comments

No comments written yet.

Please login to write comment.