Color Hex Logo

#051cdc Color Hex

#051CDC
(5,28,220)
0 Favorites   0 Comments

Color spaces of #051cdc

RGB 528220
HSL0.650.960.44
HSV234°98°86°
CMYK 0.980.870.00   0.14
XYZ13.39616.030168.1680
Yxy6.03010.15290.0688
Hunter Lab24.556354.4031-147.3992
CIE-Lab29.488364.1354-92.6667

#051cdc color RGB value is (5,28,220).

#051cdc hex color red value is 5, green value is 28 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #051cdc hue: 0.65 , saturation: 0.96 and the lightness value of 051cdc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011100 11011100
Octal 5 34 334
Decimal 5 28 220
Hex 5 1C DC

RGB Percentages of Color #051cdc

%1.98
%11.07
%86.96

CMYK Percentages of Color #051cdc

%98
%87
%0
%14

Triadic Colors of #051cdc

#051cdc #dc051c #1cdc05

Analogous Colors of #051cdc

#051cdc #5a05dc #0588dc

Monochromatic Colors of #051cdc

#051cdc

Complementary Color

#051cdc #dcc505

#051cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#051cdc Color CSS Codes

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

#051cdc Text Font Color

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

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


#051cdc Background Color

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

This div background color is #051cdc


#051cdc Border Color

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

This div border color is #051cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051cdc


Comments

No comments written yet.

Please login to write comment.