Color Hex Logo

#051cef Color Hex

#051CEF
(5,28,239)
0 Favorites   0 Comments

Color spaces of #051cef

RGB 528239
HSL0.650.960.48
HSV234°98°94°
CMYK 0.980.880.00   0.06
XYZ16.05787.094882.1844
Yxy7.09480.15240.0674
Hunter Lab26.636160.9973-164.2914
CIE-Lab32.021869.4189-99.3024

#051cef color RGB value is (5,28,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011100 11101111
Octal 5 34 357
Decimal 5 28 239
Hex 5 1C EF

RGB Percentages of Color #051cef

%1.84
%10.29
%87.87

CMYK Percentages of Color #051cef

%98
%88
%0
%6

Triadic Colors of #051cef

#051cef #ef051c #1cef05

Analogous Colors of #051cef

#051cef #6305ef #0591ef

Monochromatic Colors of #051cef

#051cef

Complementary Color

#051cef #efd805

#051cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#051cef Color CSS Codes

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

#051cef Text Font Color

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

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


#051cef Background Color

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

This div background color is #051cef


#051cef Border Color

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

This div border color is #051cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051cef


Comments

No comments written yet.

Please login to write comment.