Color Hex Logo

#051dcd Color Hex

#051DCD
(5,29,205)
0 Favorites   0 Comments

Color spaces of #051dcd

RGB 529205
HSL0.650.950.41
HSV233°98°80°
CMYK 0.980.860.00   0.20
XYZ11.52145.318858.1770
Yxy5.31880.15360.0709
Hunter Lab23.062548.8143-133.4198
CIE-Lab27.624459.4167-87.0763

#051dcd color RGB value is (5,29,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011101 11001101
Octal 5 35 315
Decimal 5 29 205
Hex 5 1D CD

RGB Percentages of Color #051dcd

%2.09
%12.13
%85.77

CMYK Percentages of Color #051dcd

%98
%86
%0
%20

Triadic Colors of #051dcd

#051dcd #cd051d #1dcd05

Analogous Colors of #051dcd

#051dcd #5105cd #0581cd

Monochromatic Colors of #051dcd

#051dcd

Complementary Color

#051dcd #cdb505

#051dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#051dcd Color CSS Codes

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

#051dcd Text Font Color

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

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


#051dcd Background Color

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

This div background color is #051dcd


#051dcd Border Color

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

This div border color is #051dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051dcd


Comments

No comments written yet.

Please login to write comment.