Color Hex Logo

#547cde Color Hex

#547CDE
(84,124,222)
0 Favorites   0 Comments

Color spaces of #547cde

RGB 84124222
HSL0.620.680.60
HSV223°62°87°
CMYK 0.620.440.00   0.13
XYZ24.048621.574072.0039
Yxy21.57400.20440.1834
Hunter Lab46.447811.1356-59.3985
CIE-Lab53.572116.3631-54.2938

#547cde color RGB value is (84,124,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111100 11011110
Octal 124 174 336
Decimal 84 124 222
Hex 54 7C DE

RGB Percentages of Color #547cde

%19.53
%28.84
%51.63

CMYK Percentages of Color #547cde

%62
%44
%0
%13

Triadic Colors of #547cde

#547cde #de547c #7cde54

Analogous Colors of #547cde

#547cde #7154de #54c1de

Monochromatic Colors of #547cde

#547cde

Complementary Color

#547cde #deb654

#547cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#547cde Color CSS Codes

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

#547cde Text Font Color

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

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


#547cde Background Color

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

This div background color is #547cde


#547cde Border Color

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

This div border color is #547cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547cde


Comments

No comments written yet.

Please login to write comment.