Color Hex Logo

#545cae Color Hex

#545CAE
(84,92,174)
0 Favorites   0 Comments

Color spaces of #545cae

RGB 8492174
HSL0.650.360.51
HSV235°52°68°
CMYK 0.520.470.00   0.32
XYZ15.123312.595141.6784
Yxy12.59510.21790.1815
Hunter Lab35.489613.9581-44.7865
CIE-Lab42.146720.3073-44.9628

#545cae color RGB value is (84,92,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01011100 10101110
Octal 124 134 256
Decimal 84 92 174
Hex 54 5C AE

RGB Percentages of Color #545cae

%24.00
%26.29
%49.71

CMYK Percentages of Color #545cae

%52
%47
%0
%32

Triadic Colors of #545cae

#545cae #ae545c #5cae54

Analogous Colors of #545cae

#545cae #7954ae #5489ae

Monochromatic Colors of #545cae

#545cae

Complementary Color

#545cae #aea654

#545cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#545cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#545cae Color CSS Codes

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

#545cae Text Font Color

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

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


#545cae Background Color

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

This div background color is #545cae


#545cae Border Color

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

This div border color is #545cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #545cae


Comments

No comments written yet.

Please login to write comment.