Color Hex Logo

#547efd Color Hex

#547EFD
(84,126,253)
0 Favorites   0 Comments

Color spaces of #547efd

RGB 84126253
HSL0.630.980.66
HSV225°67°99°
CMYK 0.670.500.00   0.01
XYZ28.846623.898496.0210
Yxy23.89840.19390.1606
Hunter Lab48.886019.7786-82.2362
CIE-Lab55.985925.7283-67.6790

#547efd color RGB value is (84,126,253).

#547efd hex color red value is 84, green value is 126 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #547efd hue: 0.63 , saturation: 0.98 and the lightness value of 547efd is 0.66.

The process color (four color CMYK) of #547efd color hex is 0.67, 0.50, 0.00, 0.01. Web safe color of #547efd is #6666ff. Color #547efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111110 11111101
Octal 124 176 375
Decimal 84 126 253
Hex 54 7E FD

RGB Percentages of Color #547efd

%18.14
%27.21
%54.64

CMYK Percentages of Color #547efd

%67
%50
%0
%1

Triadic Colors of #547efd

#547efd #fd547e #7efd54

Analogous Colors of #547efd

#547efd #7f54fd #54d3fd

Monochromatic Colors of #547efd

#547efd

Complementary Color

#547efd #fdd354

#547efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#547efd Color CSS Codes

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

#547efd Text Font Color

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

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


#547efd Background Color

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

This div background color is #547efd


#547efd Border Color

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

This div border color is #547efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547efd

Related Colors


Comments

No comments written yet.

Please login to write comment.