Color Hex Logo

#547abe Color Hex

#547ABE
(84,122,190)
0 Favorites   0 Comments

Color spaces of #547abe

RGB 84122190
HSL0.610.450.54
HSV218°56°75°
CMYK 0.560.360.00   0.25
XYZ19.910019.521651.4339
Yxy19.52160.21910.2148
Hunter Lab44.18333.1155-38.0914
CIE-Lab51.29206.8969-39.7408

#547abe color RGB value is (84,122,190).

#547abe hex color red value is 84, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #547abe hue: 0.61 , saturation: 0.45 and the lightness value of 547abe is 0.54.

The process color (four color CMYK) of #547abe color hex is 0.56, 0.36, 0.00, 0.25. Web safe color of #547abe is #6666cc. Color #547abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111010 10111110
Octal 124 172 276
Decimal 84 122 190
Hex 54 7A BE

RGB Percentages of Color #547abe

%21.21
%30.81
%47.98

CMYK Percentages of Color #547abe

%56
%36
%0
%25

Triadic Colors of #547abe

#547abe #be547a #7abe54

Analogous Colors of #547abe

#547abe #6354be #54afbe

Monochromatic Colors of #547abe

#547abe

Complementary Color

#547abe #be9854

#547abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#547abe Color CSS Codes

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

#547abe Text Font Color

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

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


#547abe Background Color

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

This div background color is #547abe


#547abe Border Color

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

This div border color is #547abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547abe


Comments

No comments written yet.

Please login to write comment.