Color Hex Logo

#546efd Color Hex

#546EFD
(84,110,253)
0 Favorites   0 Comments

Color spaces of #546efd

RGB 84110253
HSL0.640.980.66
HSV231°67°99°
CMYK 0.670.570.00   0.01
XYZ26.961720.128595.3927
Yxy20.12850.18920.1413
Hunter Lab44.864828.7570-94.6586
CIE-Lab51.982235.5018-74.1628

#546efd color RGB value is (84,110,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101110 11111101
Octal 124 156 375
Decimal 84 110 253
Hex 54 6E FD

RGB Percentages of Color #546efd

%18.79
%24.61
%56.60

CMYK Percentages of Color #546efd

%67
%57
%0
%1

Triadic Colors of #546efd

#546efd #fd546e #6efd54

Analogous Colors of #546efd

#546efd #8f54fd #54c3fd

Monochromatic Colors of #546efd

#546efd

Complementary Color

#546efd #fde354

#546efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#546efd Color CSS Codes

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

#546efd Text Font Color

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

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


#546efd Background Color

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

This div background color is #546efd


#546efd Border Color

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

This div border color is #546efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546efd


Comments

No comments written yet.

Please login to write comment.