Color Hex Logo

#545aba Color Hex

#545ABA
(84,90,186)
0 Favorites   0 Comments

Color spaces of #545aba

RGB 8490186
HSL0.660.430.53
HSV236°55°73°
CMYK 0.550.520.00   0.27
XYZ16.175212.742348.0614
Yxy12.74230.21010.1655
Hunter Lab35.696418.4156-54.8403
CIE-Lab42.372425.4762-51.6377

#545aba color RGB value is (84,90,186).

#545aba hex color red value is 84, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #545aba hue: 0.66 , saturation: 0.43 and the lightness value of 545aba is 0.53.

The process color (four color CMYK) of #545aba color hex is 0.55, 0.52, 0.00, 0.27. Web safe color of #545aba is #6666cc. Color #545aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01011010 10111010
Octal 124 132 272
Decimal 84 90 186
Hex 54 5A BA

RGB Percentages of Color #545aba

%23.33
%25.00
%51.67

CMYK Percentages of Color #545aba

%55
%52
%0
%27

Triadic Colors of #545aba

#545aba #ba545a #5aba54

Analogous Colors of #545aba

#545aba #8154ba #548dba

Monochromatic Colors of #545aba

#545aba

Complementary Color

#545aba #bab454

#545aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#545aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#545aba Color CSS Codes

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

#545aba Text Font Color

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

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


#545aba Background Color

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

This div background color is #545aba


#545aba Border Color

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

This div border color is #545aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #545aba


Comments

No comments written yet.

Please login to write comment.