Color Hex Logo

#051dfd Color Hex

#051DFD
(5,29,253)
0 Favorites   0 Comments

Color spaces of #051dfd

RGB 529253
HSL0.650.980.51
HSV234°98°99°
CMYK 0.980.890.00   0.01
XYZ18.23168.002893.5123
Yxy8.00280.15230.0668
Hunter Lab28.289265.5320-176.1854
CIE-Lab33.988772.8895-103.9202

#051dfd color RGB value is (5,29,253).

#051dfd hex color red value is 5, green value is 29 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #051dfd hue: 0.65 , saturation: 0.98 and the lightness value of 051dfd is 0.51.

The process color (four color CMYK) of #051dfd color hex is 0.98, 0.89, 0.00, 0.01. Web safe color of #051dfd is #0033ff. Color #051dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011101 11111101
Octal 5 35 375
Decimal 5 29 253
Hex 5 1D FD

RGB Percentages of Color #051dfd

%1.74
%10.10
%88.15

CMYK Percentages of Color #051dfd

%98
%89
%0
%1

Triadic Colors of #051dfd

#051dfd #fd051d #1dfd05

Analogous Colors of #051dfd

#051dfd #6905fd #0599fd

Monochromatic Colors of #051dfd

#051dfd

Complementary Color

#051dfd #fde505

#051dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#051dfd Color CSS Codes

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

#051dfd Text Font Color

<p style="color:#051dfd">Text here</p>

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


#051dfd Background Color

<div style="background-color:#051dfd">
Div content here</div>

This div background color is #051dfd


#051dfd Border Color

<div style="border:3px solid #051dfd">
Div here</div>

This div border color is #051dfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,29,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #051dfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #051dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #051dfd;
  box-shadow:         1px 1px 3px 2px #051dfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,29,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 #051dfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051dfd


Comments

No comments written yet.

Please login to write comment.