Color Hex Logo

#547aeb Color Hex

#547AEB
(84,122,235)
0 Favorites   0 Comments

Color spaces of #547aeb

RGB 84122235
HSL0.620.790.63
HSV225°64°92°
CMYK 0.640.480.00   0.08
XYZ25.611121.802081.4556
Yxy21.80200.19870.1692
Hunter Lab46.692616.1960-70.7470
CIE-Lab53.816322.0162-61.1857

#547aeb color RGB value is (84,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111010 11101011
Octal 124 172 353
Decimal 84 122 235
Hex 54 7A EB

RGB Percentages of Color #547aeb

%19.05
%27.66
%53.29

CMYK Percentages of Color #547aeb

%64
%48
%0
%8

Triadic Colors of #547aeb

#547aeb #eb547a #7aeb54

Analogous Colors of #547aeb

#547aeb #7a54eb #54c6eb

Monochromatic Colors of #547aeb

#547aeb

Complementary Color

#547aeb #ebc554

#547aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#547aeb Color CSS Codes

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

#547aeb Text Font Color

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

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


#547aeb Background Color

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

This div background color is #547aeb


#547aeb Border Color

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

This div border color is #547aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547aeb


Comments

No comments written yet.

Please login to write comment.