Color Hex Logo

#051dd5 Color Hex

#051DD5
(5,29,213)
0 Favorites   0 Comments

Color spaces of #051dd5

RGB 529213
HSL0.650.950.43
HSV233°98°84°
CMYK 0.980.860.00   0.16
XYZ12.51225.715163.3944
Yxy5.71510.15330.0700
Hunter Lab23.906351.5883-140.4902
CIE-Lab28.682061.7571-89.9661

#051dd5 color RGB value is (5,29,213).

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

The process color (four color CMYK) of #051dd5 color hex is 0.98, 0.86, 0.00, 0.16. Web safe color of #051dd5 is #0033cc. Color #051dd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011101 11010101
Octal 5 35 325
Decimal 5 29 213
Hex 5 1D D5

RGB Percentages of Color #051dd5

%2.02
%11.74
%86.23

CMYK Percentages of Color #051dd5

%98
%86
%0
%16

Triadic Colors of #051dd5

#051dd5 #d5051d #1dd505

Analogous Colors of #051dd5

#051dd5 #5505d5 #0585d5

Monochromatic Colors of #051dd5

#051dd5

Complementary Color

#051dd5 #d5bd05

#051dd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051dd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051dd5 Color CSS Codes

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

#051dd5 Text Font Color

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

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


#051dd5 Background Color

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

This div background color is #051dd5


#051dd5 Border Color

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

This div border color is #051dd5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,29,213, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051dd5


Comments

No comments written yet.

Please login to write comment.