Color Hex Logo

#545aeb Color Hex

#545AEB
(84,90,235)
0 Favorites   0 Comments

Color spaces of #545aeb

RGB 8490235
HSL0.660.790.63
HSV238°64°92°
CMYK 0.640.620.00   0.08
XYZ22.307715.195380.3545
Yxy15.19530.18930.1289
Hunter Lab38.981133.9330-94.9317
CIE-Lab45.900541.6071-74.0118

#545aeb color RGB value is (84,90,235).

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

The process color (four color CMYK) of #545aeb color hex is 0.64, 0.62, 0.00, 0.08. Web safe color of #545aeb is #6666ff. Color #545aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01011010 11101011
Octal 124 132 353
Decimal 84 90 235
Hex 54 5A EB

RGB Percentages of Color #545aeb

%20.54
%22.00
%57.46

CMYK Percentages of Color #545aeb

%64
%62
%0
%8

Triadic Colors of #545aeb

#545aeb #eb545a #5aeb54

Analogous Colors of #545aeb

#545aeb #9a54eb #54a6eb

Monochromatic Colors of #545aeb

#545aeb

Complementary Color

#545aeb #ebe554

#545aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#545aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#545aeb Color CSS Codes

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

#545aeb Text Font Color

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

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


#545aeb Background Color

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

This div background color is #545aeb


#545aeb Border Color

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

This div border color is #545aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #545aeb


Comments

No comments written yet.

Please login to write comment.