Color Hex Logo

#547cae Color Hex

#547CAE
(84,124,174)
0 Favorites   0 Comments

Color spaces of #547cae

RGB 84124174
HSL0.590.360.51
HSV213°52°68°
CMYK 0.520.290.00   0.32
XYZ18.503819.356142.8052
Yxy19.35610.22940.2400
Hunter Lab43.9956-1.9181-26.8889
CIE-Lab51.10120.5565-30.8210

#547cae color RGB value is (84,124,174).

#547cae hex color red value is 84, green value is 124 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #547cae hue: 0.59 , saturation: 0.36 and the lightness value of 547cae is 0.51.

The process color (four color CMYK) of #547cae color hex is 0.52, 0.29, 0.00, 0.32. Web safe color of #547cae is #666699. Color #547cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111100 10101110
Octal 124 174 256
Decimal 84 124 174
Hex 54 7C AE

RGB Percentages of Color #547cae

%21.99
%32.46
%45.55

CMYK Percentages of Color #547cae

%52
%29
%0
%32

Triadic Colors of #547cae

#547cae #ae547c #7cae54

Analogous Colors of #547cae

#547cae #5954ae #54a9ae

Monochromatic Colors of #547cae

#547cae

Complementary Color

#547cae #ae8654

#547cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#547cae Color CSS Codes

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

#547cae Text Font Color

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

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


#547cae Background Color

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

This div background color is #547cae


#547cae Border Color

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

This div border color is #547cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547cae


Comments

No comments written yet.

Please login to write comment.