Color Hex Logo

#547ab1 Color Hex

#547AB1
(84,122,177)
0 Favorites   0 Comments

Color spaces of #547ab1

RGB 84122177
HSL0.600.370.51
HSV215°53°69°
CMYK 0.530.310.00   0.31
XYZ18.551518.978244.2804
Yxy18.97820.22680.2320
Hunter Lab43.5640-0.2236-29.7703
CIE-Lab50.66172.7000-33.2429

#547ab1 color RGB value is (84,122,177).

#547ab1 hex color red value is 84, green value is 122 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #547ab1 hue: 0.60 , saturation: 0.37 and the lightness value of 547ab1 is 0.51.

The process color (four color CMYK) of #547ab1 color hex is 0.53, 0.31, 0.00, 0.31. Web safe color of #547ab1 is #666699. Color #547ab1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111010 10110001
Octal 124 172 261
Decimal 84 122 177
Hex 54 7A B1

RGB Percentages of Color #547ab1

%21.93
%31.85
%46.21

CMYK Percentages of Color #547ab1

%53
%31
%0
%31

Triadic Colors of #547ab1

#547ab1 #b1547a #7ab154

Analogous Colors of #547ab1

#547ab1 #5c54b1 #54a9b1

Monochromatic Colors of #547ab1

#547ab1

Complementary Color

#547ab1 #b18b54

#547ab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547ab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#547ab1 Color CSS Codes

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

#547ab1 Text Font Color

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

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


#547ab1 Background Color

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

This div background color is #547ab1


#547ab1 Border Color

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

This div border color is #547ab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547ab1


Comments

No comments written yet.

Please login to write comment.